Merge "dsvm: Run domain_remap tests with tempauth"

This commit is contained in:
Zuul 2020-05-28 00:27:38 +00:00 committed by Gerrit Code Review
commit e545a9291f
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