From: Jonathan Brownell Date: Tue, 23 Dec 2014 17:22:39 +0000 (-0800) Subject: Pass Horizon port through to controller nodes X-Git-Tag: opnfv-6.0.0~2702^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=03037369955f47a2bd5720a614f612b16cbec31c;p=apex-tripleo-heat-templates.git Pass Horizon port through to controller nodes The Horizon port may vary based on SSL enablement, and needs to be known by the nodes for the purpose of iptables rules, etc. Change-Id: Iec475a6c245a5bfe8b1d63ff72b6d0299861615c --- diff --git a/overcloud-source.yaml b/overcloud-source.yaml index 66c782cd..d1f5ce99 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -116,6 +116,10 @@ parameters: description: The filepath of the file to use for logging messages from Glance. type: string default: '' + HorizonPort: + type: number + default: 80 + description: Horizon web server port. GlancePassword: default: unset description: The password for the glance service account, used by the glance services. @@ -583,6 +587,7 @@ resources: metadata_server_url: {get_input: heat.metadata_server_url} waitcondition_server_url: {get_input: heat.waitcondition_server_url} horizon: + port: {get_param: HorizonPort} caches: memcached: nodes: