aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/hieradata
diff options
context:
space:
mode:
authorMarius Cornea <mcornea@redhat.com>2016-01-21 15:28:06 +0100
committerAttila Darazs <adarazs@redhat.com>2016-03-10 18:18:35 +0100
commitab5dece332ed85954864ed5ec9ad59ff087366d1 (patch)
tree9e3ecd53acf097f51ae21a4fb1c7c354af9a9fd8 /puppet/hieradata
parente781f5fa98e32e337ce70c4653c286ebfc804b91 (diff)
Allow the vnc server to bind on IPv6 address on computes
Currently the vnc server on the compute nodes binds on 0.0.0.0. which only works with IPv4 addresses, it breaks connectivity with IPv6 addressing. This fixes https://bugzilla.redhat.com/show_bug.cgi?id=1300678. Change-Id: Id642d224fb3c62f786453dc684634adca1c2c09d Co-Authored-By: Giulio Fidente <gfidente@redhat.com>
Diffstat (limited to 'puppet/hieradata')
-rw-r--r--puppet/hieradata/compute.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/puppet/hieradata/compute.yaml b/puppet/hieradata/compute.yaml
index 572eef9f..865210c9 100644
--- a/puppet/hieradata/compute.yaml
+++ b/puppet/hieradata/compute.yaml
@@ -7,7 +7,6 @@ nova::compute::instance_usage_audit: true
nova::compute::instance_usage_audit_period: 'hour'
nova::compute::vnc_enabled: true
-nova::compute::libvirt::vncserver_listen: '0.0.0.0'
nova::compute::libvirt::migration_support: true
nova::compute::rbd::libvirt_rbd_secret_uuid: "%{hiera('ceph::profile::params::fsid')}"