From 387dfce6f6b06339007ea5fce85833fc7d8716fe Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Tue, 10 Mar 2015 15:01:39 +0000 Subject: Move patch link creation into openvswitch This is required for Open vSwitch to be able to signal that every network interface required has been configured. It also means we no longer need to set the links to promiscuous mode ourselves, since interfaces need to be set in promiscuous mode to allow bridging to work and Open vSwitch handles this responsibility if it is configured to be the one to do the link setup. --- .../system/openvswitch-create-links-one-node.service | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 openstack/etc/systemd/system/openvswitch-create-links-one-node.service (limited to 'openstack/etc/systemd/system/openvswitch-create-links-one-node.service') diff --git a/openstack/etc/systemd/system/openvswitch-create-links-one-node.service b/openstack/etc/systemd/system/openvswitch-create-links-one-node.service deleted file mode 100644 index bacfc433..00000000 --- a/openstack/etc/systemd/system/openvswitch-create-links-one-node.service +++ /dev/null @@ -1,14 +0,0 @@ -[Unit] -Description=Create Veth pairs -Wants=openstack-neutron-network-configuration-one-node.service -After=network-online.target openstack-neutron-network-configuration-one-node.service - -[Service] -Type=oneshot -ExecStart=/usr/share/openstack/create_openvswitch_veth_pairs -RemainAfterExit=yes -Restart=no - -[Install] -WantedBy=multi-user.target - -- cgit v1.2.1