From 03037369955f47a2bd5720a614f612b16cbec31c Mon Sep 17 00:00:00 2001 From: Jonathan Brownell Date: Tue, 23 Dec 2014 09:22:39 -0800 Subject: 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 --- overcloud-source.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'overcloud-source.yaml') 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: -- cgit 1.2.3-korg