From 6f958f1b6f2bf9ef6d48d57970584f18e8e1a041 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Fri, 12 Dec 2014 09:34:20 +0000 Subject: Strip openvswitch services and configuration from neutron Openvswitch should have its own setup and daemon services independent of neutron. NOTE: This fixes the errors when neutron uses openvswitch commands as root because openvswitch services are run as root. --- openstack-neutron.configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openstack-neutron.configure') diff --git a/openstack-neutron.configure b/openstack-neutron.configure index 7cf0842e..2b89befe 100644 --- a/openstack-neutron.configure +++ b/openstack-neutron.configure @@ -37,6 +37,9 @@ sed -f "$ROOT"/etc/openstack-neutron-setup.sed -i \ ########################################################################## +ln -sf "/etc/systemd/system/openstack-neutron-network-configuration-one-node.service" \ + "$ROOT/etc/systemd/system/multi-user.target.wants/openstack-neutron-network-configuration-one-node.service" + ln -sf "/etc/systemd/system/openstack-neutron-setup.service" \ "$ROOT/etc/systemd/system/multi-user.target.wants/openstack-neutron-setup.service" -- cgit v1.2.1