From 74694060ac5601baf22f879e873bcd1e88c64da3 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 24 Mar 2015 17:04:30 +0000 Subject: neutron yml don't create the bridge when br-eth0 --- openstack/usr/share/openstack/neutron.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/openstack/usr/share/openstack/neutron.yml b/openstack/usr/share/openstack/neutron.yml index 0e0b3e8f..64dec4e8 100644 --- a/openstack/usr/share/openstack/neutron.yml +++ b/openstack/usr/share/openstack/neutron.yml @@ -132,6 +132,7 @@ - openvswitch_bridge: bridge=br-eth0 state=present # if is not br-eth0 - openvswitch_port: bridge=br-eth0 port={{ ETH_INTERFACE }} state=present + when: ETH_INTERFACE != "br-eth0" # if is not br-eth0 - shell: ovs-vsctl set bridge br-eth0 other-config:hwaddr={{ ETH_MAC_ADDRESS }} when: ETH_INTERFACE != "br-eth0" -- cgit v1.2.1