summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2015-02-18 22:19:36 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-04-10 10:55:31 +0000
commit7d8cc342d558945286baa50fbe00d6d4b4f6dca4 (patch)
tree0a8da7411adbf69a85dee1795d176ad969755611
parentb03362ee210e9da2d6d0ddf1aba8eb9910b1bad4 (diff)
downloaddefinitions-7d8cc342d558945286baa50fbe00d6d4b4f6dca4.tar.gz
Start Open vSwitch before network-pre.target
We want the network links to be configured before we start systemd-networkd, because we have to use ovs instead of networkd's config for the interfaces in OpenStack, but we still want to use networkd to manage DHCP on the interfaces.
-rw-r--r--openstack/etc/systemd/system/openvswitch.service2
1 files changed, 2 insertions, 0 deletions
diff --git a/openstack/etc/systemd/system/openvswitch.service b/openstack/etc/systemd/system/openvswitch.service
index 446c0f95..6f1a93a8 100644
--- a/openstack/etc/systemd/system/openvswitch.service
+++ b/openstack/etc/systemd/system/openvswitch.service
@@ -1,6 +1,8 @@
[Unit]
Description=Open vSwitch Daemon
+Wants=network-pre.target
After=openvswitch-initialize-db.service
+Before=network-pre.target
[Service]
Type=forking