From 6e6c7e54f9daa77cdbb6534785c5a411f3a102de Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Wed, 17 Jun 2015 22:04:16 +0200 Subject: Enable httpd balancing for Horizon We need to customize the default apache::ip param or the default vhost configured will listen on ::80 Change-Id: I195a083f727da940841beb3a0c37dade02c6d1ca --- puppet/controller-puppet.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'puppet/controller-puppet.yaml') diff --git a/puppet/controller-puppet.yaml b/puppet/controller-puppet.yaml index 67a11f00..4fdbf61d 100644 --- a/puppet/controller-puppet.yaml +++ b/puppet/controller-puppet.yaml @@ -971,6 +971,7 @@ resources: nova::network::neutron::neutron_admin_auth_url: {get_input: neutron_admin_auth_url} # 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} -- cgit 1.2.3-korg