aboutsummaryrefslogtreecommitdiffstats
path: root/environments/enable-tls.yaml
diff options
context:
space:
mode:
authorSteven Hardy <shardy@redhat.com>2016-05-11 17:06:44 +0100
committerBrad P. Crochet <brad@redhat.com>2016-05-12 12:21:20 +0000
commitbe24147dc800bd42d7a5a3b8431ec91af0fac303 (patch)
treebbdd873af22a670349f52064b3f8f6ba35789ad7 /environments/enable-tls.yaml
parent0d3dacec4b63fb168f4f039501dc6e7b9622315b (diff)
add heat-api-cfn to endpoint map
Change-Id: I8f98ce92fc387d2263fda738c1c8a209e3cbbb85
Diffstat (limited to 'environments/enable-tls.yaml')
-rw-r--r--environments/enable-tls.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/environments/enable-tls.yaml b/environments/enable-tls.yaml
index e708688f..8bbca2d2 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'}