Merge "Fix openvswitch package and service names for openSUSE"
This commit is contained in:
commit
cc39d54dc2
@ -1,4 +1,3 @@
|
||||
openvswitch # NOPRIME
|
||||
openvswitch-controller # NOPRIME
|
||||
openvswitch-switch # NOPRIME
|
||||
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
@ -132,9 +132,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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user