Add Neutron 7.0.0 for Ubuntu 14.04
[openstack-build/neutron-build.git] / tests / runtests.sh
index 340390c5868633e64520ef7ef0a900e67e705fc7..a15a6e40ca3ac4401013bfdfcfef2dc419c3e27f 100755 (executable)
@@ -210,11 +210,10 @@ check_neutron_openvswitch () {
     if ! $SERVICE_STARTED ; then
         if $UBUNTU; then
             restart_service openvswitch-switch
-            restart_service neutron-plugin-openvswitch-agent
         else
             restart_service openvswitch
-            restart_service neutron-openvswitch-agent
         fi
+        restart_service neutron-openvswitch-agent
         SERVICE_STARTED=true
     fi