summaryrefslogtreecommitdiff
path: root/openstack-neutron.configure
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-23 22:58:55 +0000
commit387dfce6f6b06339007ea5fce85833fc7d8716fe (patch)
tree4ddb58acea4b64c35eee8ee30abbcf76081f98af /openstack-neutron.configure
parent76309220725bb9de08721e2fd04aec699c221814 (diff)
downloaddefinitions-387dfce6f6b06339007ea5fce85833fc7d8716fe.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-neutron.configure')
-rw-r--r--openstack-neutron.configure1
1 files changed, 0 insertions, 1 deletions
diff --git a/openstack-neutron.configure b/openstack-neutron.configure
index 71b29713..9097336d 100644
--- a/openstack-neutron.configure
+++ b/openstack-neutron.configure
@@ -44,7 +44,6 @@ sed -f "$ROOT"/etc/openstack-neutron-setup.sed -i \
# Create the links to enable the neutron systemd services #
##########################################################################
services=("openstack-neutron-network-configuration-one-node.service" \
- "openvswitch-create-links-one-node.service" \
"openstack-neutron-dhcp-agent.service" \
"openstack-neutron-l3-agent.service" \
"openstack-neutron-metadata-agent.service" \