Merge "Added delay_auth_decision config option for swift"

This commit is contained in:
Zuul 2018-07-18 17:07:01 +00:00 committed by Gerrit Code Review
commit 57c9155004
2 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,7 @@ swift_admin_tenant_name: "admin"
swift_devices_mount_point: "/srv/node"
swift_devices_match_mode: "strict"
swift_devices_name: "KOLLA_SWIFT_DATA"
swift_delay_auth_decision: "False"
openstack_swift_auth: "{{ openstack_auth }}"

View File

@ -43,6 +43,7 @@ user_domain_id = {{ default_user_domain_id }}
project_name = service
username = {{ swift_keystone_user }}
password = {{ swift_keystone_password }}
delay_auth_decision = {{ swift_delay_auth_decision }}
memcache_security_strategy = ENCRYPT
memcache_secret_key = {{ memcache_secret_key }}