diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-09-16 13:23:00 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-09-16 13:23:00 +0000 |
commit | 898902e411a3cc90d609603e9d264889bc007f63 (patch) | |
tree | 9fc8c45b35431f111e7b0e8c19e97c17fa3d0979 /puppet | |
parent | a54f512a201d6ec02729e7c278cce157ee187ec1 (diff) | |
parent | af5f8926929f36546a63ab103ed2bc1bd7a9447d (diff) |
Merge "Set client protocol for glance registry client"
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/glance-api.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/services/glance-api.yaml b/puppet/services/glance-api.yaml index adc1b4cb..03abe79b 100644 --- a/puppet/services/glance-api.yaml +++ b/puppet/services/glance-api.yaml @@ -101,6 +101,7 @@ outputs: template: "'REGISTRY_HOST'" params: REGISTRY_HOST: {get_param: [EndpointMap, GlanceRegistryInternal, host]} + glance::api::registry_client_protocol: {get_param: [EndpointMap, GlanceRegistryInternal, protocol] } glance::api::authtoken::password: {get_param: GlancePassword} glance::api::enable_proxy_headers_parsing: true glance::api::debug: {get_param: Debug} |