diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-06-22 09:09:47 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-06-22 09:09:47 +0000 |
commit | 0072ab0903bd59567c75cd9500f94623e1c18581 (patch) | |
tree | 68efb8a9597064343ccd50c4920c51d96da02f41 /puppet/controller-puppet.yaml | |
parent | 882ee42f4a35010259c6f2bec1847946e76f3718 (diff) | |
parent | 6e6c7e54f9daa77cdbb6534785c5a411f3a102de (diff) |
Merge "Enable httpd balancing for Horizon"
Diffstat (limited to 'puppet/controller-puppet.yaml')
-rw-r--r-- | puppet/controller-puppet.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/controller-puppet.yaml b/puppet/controller-puppet.yaml index 953e592f..3d7ecd58 100644 --- a/puppet/controller-puppet.yaml +++ b/puppet/controller-puppet.yaml @@ -979,6 +979,7 @@ resources: nova::vncproxy::host: {get_input: nova_api_network} # Horizon + apache::ip: {get_input: horizon_network} horizon::django_debug: {get_input: debug} horizon::secret_key: {get_input: horizon_secret} horizon::bind_address: {get_input: horizon_network} |