Merge "Revert "Add workaround for keystonemiddleware/neutron memcached issue""

This commit is contained in:
Zuul 2022-02-08 12:23:05 +00:00 committed by Gerrit Code Review
commit 0b71056608

@ -122,9 +122,6 @@ memcache_secret_key = {{ memcache_secret_key }}
memcached_servers = {% for host in groups['memcached'] %}{{ 'api' | kolla_address(host) | put_address_in_context('memcache') }}:{{ memcached_port }}{% if not loop.last %},{% endif %}{% endfor %}
# Workaround for https://bugs.launchpad.net/keystonemiddleware/+bug/1883659
memcache_use_advanced_pool = True
[oslo_messaging_notifications]
transport_url = {{ notify_transport_url }}
{% if neutron_enabled_notification_topics %}