summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-04-07 13:53:25 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-04-07 14:18:55 +0000
commit05c289863130938859f0c7cf65fdf29302b3b004 (patch)
treecbb88731ed8746d03555dbfc6ab88e314217ebec
parentfba0a496209923ad36ea7203bcf573a314a054e8 (diff)
downloaddefinitions-05c289863130938859f0c7cf65fdf29302b3b004.tar.gz
Unify openstack-network setup and openvswitch configure extensions.
If a system needs network configuration, it will also need openvswitch configured.
-rw-r--r--openstack-network.configure (renamed from openvswitch.configure)3
1 files changed, 3 insertions, 0 deletions
diff --git a/openvswitch.configure b/openstack-network.configure
index 7e64de69..7f2a08cc 100644
--- a/openvswitch.configure
+++ b/openstack-network.configure
@@ -21,3 +21,6 @@ ROOT="$1"
ln -sf "/usr/lib/systemd/system/openvswitch-setup.service" \
"$ROOT/etc/systemd/system/multi-user.target.wants/openvswitch-setup.service"
+
+ln -sf "/usr/lib/systemd/system/openstack-network-setup.service" \
+ "$ROOT/etc/systemd/system/multi-user.target.wants/openstack-network-setup.service"