From 2c2cc78fed75bf9b1850a50a6e7a1c5296663bb1 Mon Sep 17 00:00:00 2001 From: Roger Luethi Date: Sun, 19 Jul 2015 16:35:48 +0200 Subject: [PATCH] Fix patch "Wait for external bridge" An inactive version of the patch "Wait for external bridge" got somehow submitted for review and merged. This patch enables the code. Change-Id: I1212d2a4c9bc899c258941acc0022207c4370db3 --- labs/scripts/ubuntu/setup_neutron_network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/scripts/ubuntu/setup_neutron_network.sh b/labs/scripts/ubuntu/setup_neutron_network.sh index 0ff8dac9..ccb4c810 100755 --- a/labs/scripts/ubuntu/setup_neutron_network.sh +++ b/labs/scripts/ubuntu/setup_neutron_network.sh @@ -38,7 +38,7 @@ sudo apt-get install -y neutron-plugin-ml2 neutron-plugin-openvswitch-agent \ # files, or shut it down now and start it with the new configuration files once # configuration files _and_ the external bridge are ready. echo "Stopping neutron-l3-agent for now." -#sudo service neutron-l3-agent stop +sudo service neutron-l3-agent stop echo "Configuring neutron for network node."