Merge "Fix openvswitch package and service names for openSUSE"

This commit is contained in:
Jenkins
2014-04-11 00:11:50 +00:00
committed by Gerrit Code Review
3 changed files with 2 additions and 5 deletions

View File

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

View File

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

View File

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