Merge "Fix swift-dsvm-functional for devstack"
This commit is contained in:
2 changed files with 6 additions and 6 deletions
@@ -16,7 +16,7 @@
- name:Configure service account for tempauth tests
ini_file:
path:"{{ ansible_env.HOME }}/{{ zuul.project.src_dir }}/test/sample.conf"
path:"{{ ansible_env.HOME }}/{{ zuul.project.src_dir }}/../swift/test/sample.conf"
section:func_test
option:account5
value:test5
@@ -24,7 +24,7 @@
- name:Configure service username for tempauth tests
ini_file:
path:"{{ ansible_env.HOME }}/{{ zuul.project.src_dir }}/test/sample.conf"
path:"{{ ansible_env.HOME }}/{{ zuul.project.src_dir }}/../swift/test/sample.conf"
section:func_test
option:username5
value:tester5
@@ -32,7 +32,7 @@
- name:Configure service user password for tempauth tests
ini_file:
path:"{{ ansible_env.HOME }}/{{ zuul.project.src_dir }}/test/sample.conf"
path:"{{ ansible_env.HOME }}/{{ zuul.project.src_dir }}/../swift/test/sample.conf"
section:func_test
option:password5
value:testing5
@@ -40,7 +40,7 @@
- name:Configure service prefix for tempauth tests
ini_file:
path:"{{ ansible_env.HOME }}/{{ zuul.project.src_dir }}/test/sample.conf"
path:"{{ ansible_env.HOME }}/{{ zuul.project.src_dir }}/../swift/test/sample.conf"
section:func_test
option:service_prefix
value:SERVICE_TA
@@ -31,7 +31,7 @@
- name:Set storage_domain in test/sample.conf (for tempauth tests)
ini_file:
path:"{{ ansible_env.HOME }}/{{ zuul.project.src_dir }}/test/sample.conf"
path:"{{ ansible_env.HOME }}/{{ zuul.project.src_dir }}/../swift/test/sample.conf"
section:func_test
option:storage_domain
value:example.com
@@ -39,7 +39,7 @@
- name:Turn on s3_acl_tests_disabled in test/sample.conf (for tempauth tests)
ini_file:
path:"{{ ansible_env.HOME }}/{{ zuul.project.src_dir }}/test/sample.conf"
path:"{{ ansible_env.HOME }}/{{ zuul.project.src_dir }}/../swift/test/sample.conf"
section:s3api_test
option:s3_acl_tests_disabled
value:true
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.