]> xenbits.xensource.com Git - openstack/ci-loop-config.git/commitdiff
image: Add workaround in vif-bridge
authorAnthony PERARD <anthony.perard@citrix.com>
Wed, 2 Nov 2016 12:25:13 +0000 (12:25 +0000)
committerAnthony PERARD <anthony.perard@citrix.com>
Wed, 2 Nov 2016 17:54:21 +0000 (17:54 +0000)
nodepool/scripts/prepare_node_devstack_xen.sh

index f03e1ab63435c03951aca60dedde7c1ff8d39fc2..cea29fa5c11cbb3697e05eb0c066964dc94d0283 100755 (executable)
@@ -40,6 +40,9 @@ EOC
 
 sudo update-grub
 
+# Workaround https://bugs.launchpad.net/nova/+bug/1461642
+sed -r -i 's/^( *)(handle_iptable)/\1: #\2/' /etc/xen/scripts/vif-bridge
+
 # Disable cloud-init - it doesn't work in dom0 Xen
 for i in /etc/init/cloud-*; do echo manual | sudo tee ${i%.conf}.override; done