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."