Merge "Enable auth caching through memcached in Neutron"

This commit is contained in:
Jenkins 2016-09-20 08:16:53 +00:00 committed by Gerrit Code Review
commit b18d3b1fb1
2 changed files with 1 additions and 7 deletions

View File

@ -10,7 +10,6 @@ configs:
neutron_plugin_agent: "openvswitch"
neutron_ovsdb_interface: "native"
neutron_ovsdb_connection: "unix:/run/openvswitch/db.sock"
memcache_secret_key: idunno
enable_nova_fake: "false"
enable_neutron_lbaas: "false"
enable_ironic: "false"

View File

@ -71,12 +71,7 @@ user_domain_id = default
project_name = service
username = {{ neutron_db_username }}
password = {{ neutron_db_password }}
memcache_security_strategy = ENCRYPT
memcache_secret_key = {{ memcache_secret_key }}
# Here we should have a list of memcached servers, but for now 1 is ok
memcached_servers = memcached:11211
memcached_servers = memcached:{{ memcached_port }}
[oslo_messaging_notifications]
driver = noop