diff options
author | Giulio Fidente <gfidente@redhat.com> | 2016-03-08 10:29:17 +0100 |
---|---|---|
committer | Giulio Fidente <gfidente@redhat.com> | 2016-03-18 11:29:00 +0100 |
commit | 072dad2c23a57ad5b01d2b4c6904bbaa8c9a4637 (patch) | |
tree | 63933eb28d76a45b2f27cce1919e321d6002e314 /environments | |
parent | 53e2f2dea7d6c7d3e623082141b6fedbc301c276 (diff) |
Remove GlanceRegistry from EndpointMap
We don't need an endpoint for the glance-registry service, that is
used by glance-api when needed and is not meant to be user-facing.
Change-Id: Ia6c9dd6164d3b91adbc937d70fa74d5fbbfb28a3
Diffstat (limited to 'environments')
-rw-r--r-- | environments/enable-tls.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/environments/enable-tls.yaml b/environments/enable-tls.yaml index d6328c06..49a87bb5 100644 --- a/environments/enable-tls.yaml +++ b/environments/enable-tls.yaml @@ -14,9 +14,6 @@ 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'} - GlanceRegistryAdmin: {protocol: 'http', port: '9191', host: 'IP_ADDRESS'} - GlanceRegistryInternal: {protocol: 'http', port: '9191', host: 'IP_ADDRESS'} - GlanceRegistryPublic: {protocol: 'https', port: '9191', host: 'IP_ADDRESS'} # Not set on the loadbalancer yet. HeatAdmin: {protocol: 'http', port: '8004', host: 'IP_ADDRESS'} HeatInternal: {protocol: 'http', port: '8004', host: 'IP_ADDRESS'} HeatPublic: {protocol: 'https', port: '13004', host: 'CLOUDNAME'} |