aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/controller-puppet.yaml
diff options
context:
space:
mode:
authorBen Nemec <bnemec@redhat.com>2015-05-15 12:53:35 -0500
committerGiulio Fidente <gfidente@redhat.com>2015-06-18 12:22:59 +0200
commitf852e821db60d637905707426aacf1455ee98e3c (patch)
tree9c8d7f68b05bc9df05d2fc5da624612b1046e1b2 /puppet/controller-puppet.yaml
parent63af3fcbe90158ce1a3f96d35219805d902c25f4 (diff)
Bind novncproxy to its own network
By default the nova vncproxy binds to 0.0.0.0, which will fail in a loadbalanced environment. This makes it bind to its network. Change-Id: I08776a8f6c72b63d73433b147c130fbc9a7110b0
Diffstat (limited to 'puppet/controller-puppet.yaml')
-rw-r--r--puppet/controller-puppet.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/controller-puppet.yaml b/puppet/controller-puppet.yaml
index 67a11f00..2e039c80 100644
--- a/puppet/controller-puppet.yaml
+++ b/puppet/controller-puppet.yaml
@@ -969,6 +969,7 @@ resources:
nova::network::neutron::neutron_admin_password: {get_input: neutron_password}
nova::network::neutron::neutron_url: {get_input: neutron_url}
nova::network::neutron::neutron_admin_auth_url: {get_input: neutron_admin_auth_url}
+ nova::vncproxy::host: {get_input: nova_api_network}
# Horizon
horizon::django_debug: {get_input: debug}