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
committerRichard Maw <richard.maw@codethink.co.uk>2015-03-20 16:06:23 +0000
commitbc3262db549a32f88727f7e19bf4712991ead5cb (patch)
tree25682c7a1ff7f8445555fedd6ff4ab57b8fd46f0 /openstack/etc/systemd/system/openvswitch-create-links-one-node.service
parentc749c3bcc6b8c232dadfdd441360765990f1fd1a (diff)
downloaddefinitions-bc3262db549a32f88727f7e19bf4712991ead5cb.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
-