diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-01-07 20:23:06 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-01-07 20:23:06 +0000 |
commit | 61848672732585749724b74dcada09d9eed49c9c (patch) | |
tree | a7d2981642f5bf7b822ef2d953c01b9f02f52a71 | |
parent | 733339df912c2d8a488c2e823c83904febed8581 (diff) | |
parent | 03037369955f47a2bd5720a614f612b16cbec31c (diff) |
Merge "Pass Horizon port through to controller nodes"
-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 ee759ea7..d62a0939 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. @@ -571,6 +575,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: |