X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=debian%2Ftests%2Fopenvswitch-plugin;h=a9bfb9be12627bbd4fcc1c9eafb23775782d7a54;hb=refs%2Fchanges%2F03%2F903%2F2;hp=01dcaf23c53be3ed5e2936768c164ff05f41fdac;hpb=5f1c6af61342a3d3baabaf2bab5c3cc32f3f1ca6;p=openstack-build%2Fneutron-build.git diff --git a/debian/tests/openvswitch-plugin b/debian/tests/openvswitch-plugin index 01dcaf23c..a9bfb9be1 100644 --- a/debian/tests/openvswitch-plugin +++ b/debian/tests/openvswitch-plugin @@ -6,7 +6,6 @@ set -e apt-get -y install neutron-plugin-openvswitch # update plugin path -sed -i 's/NEUTRON_PLUGIN_CONFIG\=.*/NEUTRON_PLUGIN_CONFIG\=\"\/etc\/neutron\/plugins\/openvswitch\/ovs_neutron_plugin\.ini\"/g' /etc/default/neutron-server sed -i 's/core_plugin/core_plugin \= neutron\.plugins\.openvswitch\.ovs_neutron_plugin\.OVSNeutronPluginV2/g' /etc/neutron/neutron.conf service neutron-server restart > /dev/null 2>&1 if pidof -x neutron-server > /dev/null; then