dsvm: Run domain_remap tests with tempauth

Change-Id: Idcc33c71869ccf7ad5a3134767d36ae94aab4598
This commit is contained in:
Tim Burke 2020-05-26 12:41:03 -07:00
parent bb9b0326fd
commit 63b16a3683
1 changed files with 9 additions and 1 deletions

View File

@ -20,7 +20,7 @@
value: example.com
become: true
- name: Set storage_domain in test.conf
- name: Set storage_domain in test.conf (for Keystone tests)
ini_file:
path: /etc/swift/test.conf
section: func_test
@ -28,6 +28,14 @@
value: example.com
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
ini_file:
path: /etc/swift/proxy-server.conf