diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-04-14 15:18:42 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-04-14 15:18:42 +0000 |
commit | d600cb4c5edba1b38406f70dc0bd45139078bda3 (patch) | |
tree | b05a8185fa7e9ad68118b7794fee3f983871ddea /environments | |
parent | 58e3e0b30fb1650c39f8d99810b0c705de4eef47 (diff) | |
parent | c717a4d1b8812df19cc83bb3cdf12d5142ad0680 (diff) |
Merge "Add GlanceRegistry to the endpoint map"
Diffstat (limited to 'environments')
-rw-r--r-- | environments/enable-tls.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/environments/enable-tls.yaml b/environments/enable-tls.yaml index e95ce4a2..6986a0c8 100644 --- a/environments/enable-tls.yaml +++ b/environments/enable-tls.yaml @@ -17,6 +17,7 @@ parameter_defaults: GlanceAdmin: {protocol: 'http', port: '9292', host: 'IP_ADDRESS'} GlanceInternal: {protocol: 'http', port: '9292', host: 'IP_ADDRESS'} GlancePublic: {protocol: 'https', port: '13292', host: 'CLOUDNAME'} + GlanceRegistryInternal: {protocol: 'http', port: '9191', host: 'IP_ADDRESS'} GnocchiAdmin: {protocol: 'http', port: '8041', host: 'IP_ADDRESS'} GnocchiInternal: {protocol: 'http', port: '8041', host: 'IP_ADDRESS'} GnocchiPublic: {protocol: 'https', port: '13041', host: 'CLOUDNAME'} |