From 225994b2aa5066459375b64d708199b05e2078c8 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Mon, 23 Mar 2015 16:29:10 +0000 Subject: neutron ansible error --- openstack/usr/share/openstack/neutron.yml | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/openstack/usr/share/openstack/neutron.yml b/openstack/usr/share/openstack/neutron.yml index 1159c36a..d5e9e234 100644 --- a/openstack/usr/share/openstack/neutron.yml +++ b/openstack/usr/share/openstack/neutron.yml @@ -156,17 +156,16 @@ # -- set interface proxy-br-ex type=patch options:peer=ex-br-proxy -- openvswitch_bridge: bridge=br-eth1 state=present -- openvswitch_port: bridge=br-eth1 port=eth1-br-proxy state=present -- shell: ovs-vsctl set interface eth1-br-proxy type=patch options:peer=proxy-br-eth1 -- openvswitch_port: bridge=br-eth0 port=proxy-br-eth1 state=present -- shell: ovs-vsctl set interface proxy-br-eth1 type=patch options:peer=eth1-br-proxy \ -- openvswitch_bridge: bridge=br-ex state=present -- openvswitch_port: bridge=br-ex port=ex-br-proxy state=present -- shell: ovs-vsctl set interface ex-br-proxy type=patch options:peer=proxy-br-ex -- openvswitch_port: bridge=br-eth0 port=proxy-br-ex state=present -- shell: ovs-vsctl set interface proxy-br-ex type=patch options:peer=ex-br-proxy \ - + - openvswitch_bridge: bridge=br-eth1 state=present + - openvswitch_port: bridge=br-eth1 port=eth1-br-proxy state=present + - shell: ovs-vsctl set interface eth1-br-proxy type=patch options:peer=proxy-br-eth1 + - openvswitch_port: bridge=br-eth0 port=proxy-br-eth1 state=present + - shell: ovs-vsctl set interface proxy-br-eth1 type=patch options:peer=eth1-br-proxy + - openvswitch_bridge: bridge=br-ex state=present + - openvswitch_port: bridge=br-ex port=ex-br-proxy state=present + - shell: ovs-vsctl set interface ex-br-proxy type=patch options:peer=proxy-br-ex + - openvswitch_port: bridge=br-eth0 port=proxy-br-ex state=present + - shell: ovs-vsctl set interface proxy-br-ex type=patch options:peer=ex-br-proxy ## SERVICES -- cgit v1.2.1