Re-activate service catalog caching

Now that the service catalogue caching issues have been addressed
upstream, remove the keystone.conf section which disables caching
for the service catalog.

Change-Id: I7636843fe66d386b093ccf109da679585a565a14
This commit is contained in:
Lance Bragstad 2016-05-11 04:03:25 +00:00 committed by Jesse Pretorius (odyssey4me)
parent 88dd8c4e15
commit f0ed20dbeb
1 changed files with 1 additions and 9 deletions

View File

@ -110,15 +110,7 @@ provider = {{ keystone_token_provider }}
driver = {{ keystone_token_driver }}
{% endif %}
# We need to /temporarily/ disable catalog caching due to [1], once
# upstream keystone bug [2] is fixed we can remove this [catalog]
# section entirely.
# [1] https://review.openstack.org/#/c/215212/
# [2] https://review.openstack.org/#/c/271536/
[catalog]
caching = false
{% if keystone_idp != {} %}
{% if keystone_idp is defined and keystone_idp != {} %}
[saml]
certfile = "{{ keystone_idp.certfile }}"
keyfile = "{{ keystone_idp.keyfile }}"