Merge "Added delay_auth_decision config option for swift"
This commit is contained in:
commit
57c9155004
@ -48,6 +48,7 @@ swift_admin_tenant_name: "admin"
|
|||||||
swift_devices_mount_point: "/srv/node"
|
swift_devices_mount_point: "/srv/node"
|
||||||
swift_devices_match_mode: "strict"
|
swift_devices_match_mode: "strict"
|
||||||
swift_devices_name: "KOLLA_SWIFT_DATA"
|
swift_devices_name: "KOLLA_SWIFT_DATA"
|
||||||
|
swift_delay_auth_decision: "False"
|
||||||
|
|
||||||
openstack_swift_auth: "{{ openstack_auth }}"
|
openstack_swift_auth: "{{ openstack_auth }}"
|
||||||
|
|
||||||
|
@ -43,6 +43,7 @@ user_domain_id = {{ default_user_domain_id }}
|
|||||||
project_name = service
|
project_name = service
|
||||||
username = {{ swift_keystone_user }}
|
username = {{ swift_keystone_user }}
|
||||||
password = {{ swift_keystone_password }}
|
password = {{ swift_keystone_password }}
|
||||||
|
delay_auth_decision = {{ swift_delay_auth_decision }}
|
||||||
|
|
||||||
memcache_security_strategy = ENCRYPT
|
memcache_security_strategy = ENCRYPT
|
||||||
memcache_secret_key = {{ memcache_secret_key }}
|
memcache_secret_key = {{ memcache_secret_key }}
|
||||||
|
Loading…
Reference in New Issue
Block a user