diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-05-19 08:58:44 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-05-19 08:58:44 +0000 |
commit | 27625182b25539bdd4f0959817cf77971ef34598 (patch) | |
tree | 4d02ca49f888ed549109532ecb8b0578051cac0a /environments | |
parent | 4772570df81963e653f1fa768db6a20e3be18b5b (diff) | |
parent | be24147dc800bd42d7a5a3b8431ec91af0fac303 (diff) |
Merge "add heat-api-cfn to endpoint map"
Diffstat (limited to 'environments')
-rw-r--r-- | environments/enable-tls.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/environments/enable-tls.yaml b/environments/enable-tls.yaml index 3ac40be3..266bbc78 100644 --- a/environments/enable-tls.yaml +++ b/environments/enable-tls.yaml @@ -24,6 +24,9 @@ parameter_defaults: HeatAdmin: {protocol: 'http', port: '8004', host: 'IP_ADDRESS'} HeatInternal: {protocol: 'http', port: '8004', host: 'IP_ADDRESS'} HeatPublic: {protocol: 'https', port: '13004', host: 'CLOUDNAME'} + HeatCfnAdmin: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'} + HeatCfnInternal: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'} + HeatCfnPublic: {protocol: 'https', port: '13005', host: 'CLOUDNAME'} HorizonPublic: {protocol: 'https', port: '443', host: 'CLOUDNAME'} KeystoneAdmin: {protocol: 'http', port: '35357', host: 'IP_ADDRESS'} KeystoneInternal: {protocol: 'http', port: '5000', host: 'IP_ADDRESS'} |