Fix openvswitch package and service names for openSUSE

Change-Id: Iaf173422e4d009bdd7ed7ed79af2269c44039060
This commit is contained in:
Ralf Haferkamp 2014-04-07 17:01:53 +02:00
parent 87c0c263a0
commit ce03d10287
3 changed files with 2 additions and 5 deletions

View File

@ -1,4 +1,3 @@
openvswitch # NOPRIME
openvswitch-controller # NOPRIME
openvswitch-switch # NOPRIME

View File

@ -44,9 +44,8 @@ function _neutron_ovs_base_install_agent_packages {
# Ensure that the service is started
restart_service openvswitch
elif is_suse; then
install_package openvswitch
install_package openvswitch-switch
restart_service openvswitch-switch
restart_service openvswitch-controller
fi
}

View File

@ -117,9 +117,8 @@ function install_opendaylight-compute {
# Ensure that the service is started
restart_service openvswitch
elif is_suse; then
install_package openvswitch
install_package openvswitch-switch
restart_service openvswitch-switch
restart_service openvswitch-controller
fi
}