Merge "Enable glance to use the SSL middleware"

This commit is contained in:
Jenkins 2016-08-01 17:09:27 +00:00 committed by Gerrit Code Review
commit 6d211425d7
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ outputs:
params:
REGISTRY_HOST: {get_param: [EndpointMap, GlanceRegistryInternal, host]}
glance::api::keystone_password: {get_param: GlancePassword}
glance::api::enable_proxy_headers_parsing: true
glance::api::debug: {get_param: Debug}
glance::api::workers: {get_param: GlanceWorkers}
glance_notifier_strategy: {get_param: GlanceNotifierStrategy}