Work around keystonemiddleware bug #1883659

See https://bugs.launchpad.net/keystonemiddleware/+bug/1883659

Change-Id: Ie51a60f9e151dc8be813d0ed8ffed10e793a5144
This commit is contained in:
Jonathan Rosser 2021-02-18 15:26:41 +00:00
parent 69845d63a0
commit 43f7212019

View File

@ -188,12 +188,12 @@ password = {{ neutron_service_password }}
region_name = {{ keystone_service_region }}
memcached_servers = {{ neutron_memcached_servers }}
token_cache_time = 300
# Prevent cache poisoning if sharing a memcached server
memcache_security_strategy = ENCRYPT
memcache_secret_key = {{ memcached_encryption_key }}
# Workaround for https://bugs.launchpad.net/keystonemiddleware/+bug/1883659
memcache_use_advanced_pool = True
# Database
[database]