Merge "Fix some warnings from keystone-manage doctor"

This commit is contained in:
Jenkins 2017-06-06 19:44:16 +00:00 committed by Gerrit Code Review
commit 086411857b
2 changed files with 9 additions and 1 deletions

@ -22,7 +22,7 @@
{{- tuple "oslo_messaging" "internal" "user" "amqp" . | include "helm-toolkit.endpoints.authenticated_endpoint_uri_lookup" | set .Values.conf.keystone.default.oslo.messaging "transport_url" | quote | trunc 0 -}}
{{- end -}}
{{- if empty .Values.conf.keystone.cache.oslo.cache -}}
{{- if empty .Values.conf.keystone.cache.oslo.cache.memcache_servers -}}
{{- tuple "oslo_cache" "internal" "memcache" . | include "helm-toolkit.endpoints.hostname_endpoint_uri_lookup" | set .Values.conf.keystone.cache.oslo.cache "memcache_servers" | quote | trunc 0 -}}
{{- end -}}

@ -128,6 +128,9 @@ conf:
keystone:
override:
append:
default:
keystone:
max_token_size: 32
token:
keystone:
provider: uuid
@ -135,6 +138,11 @@ conf:
oslo:
db:
max_retries: -1
cache:
oslo:
cache:
enabled: true
backend: dogpile.cache.memcached
# typically overriden by environmental
# values, but should include all endpoints