Browse code

Fix openvswitch package and service names for openSUSE

Change-Id: Iaf173422e4d009bdd7ed7ed79af2269c44039060

Ralf Haferkamp authored on 2014/04/08 00:01:53
Showing 3 changed files
... ...
@@ -1,4 +1,3 @@
1 1
 openvswitch # NOPRIME
2
-openvswitch-controller # NOPRIME
3 2
 openvswitch-switch # NOPRIME
4 3
 
... ...
@@ -44,9 +44,8 @@ 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
-        install_package openvswitch
47
+        install_package openvswitch-switch
48 48
         restart_service openvswitch-switch
49
-        restart_service openvswitch-controller
50 49
     fi
51 50
 }
52 51
 
... ...
@@ -117,9 +117,8 @@ function install_opendaylight-compute {
117 117
         # Ensure that the service is started
118 118
         restart_service openvswitch
119 119
     elif is_suse; then
120
-        install_package openvswitch
120
+        install_package openvswitch-switch
121 121
         restart_service openvswitch-switch
122
-        restart_service openvswitch-controller
123 122
     fi
124 123
 }
125 124