summaryrefslogtreecommitdiff
path: root/openstack/usr/share/openstack/neutron.yml
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/usr/share/openstack/neutron.yml')
-rw-r--r--openstack/usr/share/openstack/neutron.yml1
1 files changed, 1 insertions, 0 deletions
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"