diff options
author | Jonathan Brownell <brownell@hp.com> | 2014-12-23 09:22:39 -0800 |
---|---|---|
committer | Jonathan Brownell <brownell@hp.com> | 2014-12-23 09:33:51 -0800 |
commit | 03037369955f47a2bd5720a614f612b16cbec31c (patch) | |
tree | 14ce644fb15fd156b0a14c8184ccb9b8ea0b30cb | |
parent | 9df1991a80724f3179475cb9d561bfadb749822e (diff) |
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
-rw-r--r-- | overcloud-source.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
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: |