Skip to content
Snippets Groups Projects
Commit 0b710566 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

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

parents 654edefc 71bd2008
No related branches found
No related tags found
No related merge requests found
...@@ -122,9 +122,6 @@ memcache_secret_key = {{ memcache_secret_key }} ...@@ -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 %} 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] [oslo_messaging_notifications]
transport_url = {{ notify_transport_url }} transport_url = {{ notify_transport_url }}
{% if neutron_enabled_notification_topics %} {% if neutron_enabled_notification_topics %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment