Browse code

Add openSUSE support for openvswitch

Change-Id: I4665a2719c0050cb5413a8ffcefb977106533d1a

Vincent Untz authored on 2013/07/04 16:59:34
Showing 1 changed files
... ...
@@ -44,9 +44,9 @@ function _neutron_ovs_base_install_agent_packages() {
44 44
         # Ensure that the service is started
45 45
         restart_service openvswitch
46 46
     elif is_suse; then
47
-        ### FIXME: Find out if package can be pushed to Factory
48
-        echo "OpenVSwitch packages can be installed from Cloud:OpenStack:Master in OBS"
49
-        restart_service openvswitch
47
+        install_package openvswitch
48
+        restart_service openvswitch-switch
49
+        restart_service openvswitch-controller
50 50
     fi
51 51
 }
52 52