Merge "dsvm: Run domain_remap tests with tempauth"
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
value: example.com
|
value: example.com
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
- name: Set storage_domain in test.conf
|
- name: Set storage_domain in test.conf (for Keystone tests)
|
||||||
ini_file:
|
ini_file:
|
||||||
path: /etc/swift/test.conf
|
path: /etc/swift/test.conf
|
||||||
section: func_test
|
section: func_test
|
||||||
@@ -28,6 +28,14 @@
|
|||||||
value: example.com
|
value: example.com
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
|
- name: Set storage_domain in test/sample.conf (for tempauth tests)
|
||||||
|
ini_file:
|
||||||
|
path: "{{ ansible_env.HOME }}/{{ zuul.project.src_dir }}/test/sample.conf"
|
||||||
|
section: func_test
|
||||||
|
option: storage_domain
|
||||||
|
value: example.com
|
||||||
|
become: true
|
||||||
|
|
||||||
- name: Enable object versioning
|
- name: Enable object versioning
|
||||||
ini_file:
|
ini_file:
|
||||||
path: /etc/swift/proxy-server.conf
|
path: /etc/swift/proxy-server.conf
|
||||||
|
Reference in New Issue
Block a user