diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-03-22 15:00:56 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-03-22 15:00:56 +0000 |
commit | 7ac441f019214e465a8e26fe03074b9ebd479034 (patch) | |
tree | e9e3427fc77ff02aa2f4eadc86c823f6d2ae1bf9 /environments | |
parent | ca7d0de4abbfd6b4145eba1c91c46d7ccc9c4a4b (diff) | |
parent | 072dad2c23a57ad5b01d2b4c6904bbaa8c9a4637 (diff) |
Merge "Remove GlanceRegistry from EndpointMap"
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'} |