aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud.yaml
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 /overcloud.yaml
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 'overcloud.yaml')
-rw-r--r--overcloud.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/overcloud.yaml b/overcloud.yaml
index e540b9c4..2d4b7071 100644
--- a/overcloud.yaml
+++ b/overcloud.yaml
@@ -1083,6 +1083,7 @@ resources:
NovaComputeLibvirtType: {get_param: NovaComputeLibvirtType}
NovaComputeLibvirtVifDriver: {get_param: NovaComputeLibvirtVifDriver}
NovaEnableRbdBackend: {get_param: NovaEnableRbdBackend}
+ NovaIPv6: {get_param: NovaIPv6}
NovaPublicIP: {get_attr: [VipMap, net_ip_map, external]}
NovaPassword: {get_param: NovaPassword}
NovaOVSBridge: {get_param: NovaOVSBridge}