summaryrefslogtreecommitdiff
path: root/openstack/etc/systemd/system/openvswitch-create-links-one-node.service
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2015-03-10 15:01:39 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-04-08 18:29:25 +0100
commitc55e9ca98d65d32e9ce28e568a8b62aeeb7189d2 (patch)
treed83bc0f3cd8f9b313c5fd0bc33f5b0a6a35d3768 /openstack/etc/systemd/system/openvswitch-create-links-one-node.service
parentaae3446299cfdd7cb4d40e9da681129f7dfbd5f2 (diff)
downloaddefinitions-c55e9ca98d65d32e9ce28e568a8b62aeeb7189d2.tar.gz
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.
Diffstat (limited to 'openstack/etc/systemd/system/openvswitch-create-links-one-node.service')
-rw-r--r--openstack/etc/systemd/system/openvswitch-create-links-one-node.service14
1 files changed, 0 insertions, 14 deletions
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
-