Merge "Enable auth caching through memcached in Heat"

This commit is contained in:
Jenkins 2016-09-20 09:55:13 +00:00 committed by Gerrit Code Review
commit 429d9f87a1
2 changed files with 0 additions and 5 deletions

View File

@ -8,8 +8,6 @@ configs:
heat_user: heat
heat_password: password
heat_memcache_secret_key: secret_key
heat_debug: false
sources:

View File

@ -25,9 +25,6 @@ user_domain_id = default
project_name = {{ openstack_project_name }}
username = {{ heat_user }}
password = {{ heat_password }}
memcache_security_strategy = ENCRYPT
memcache_secret_key = {{ heat_memcache_secret_key }}
memcached_servers = memcached:{{ memcached_port }}
[trustee]