Merge "Ubuntu: Start openvswitch-switch service after install"

This commit is contained in:
Jenkins 2014-08-30 18:27:01 +00:00 committed by Gerrit Code Review
commit 1fe1670cf1

View File

@ -51,6 +51,7 @@ function _neutron_ovs_base_install_agent_packages {
install_package $(get_packages "openvswitch") install_package $(get_packages "openvswitch")
if is_ubuntu; then if is_ubuntu; then
_neutron_ovs_base_install_ubuntu_dkms _neutron_ovs_base_install_ubuntu_dkms
restart_service openvswitch-switch
elif is_fedora; then elif is_fedora; then
restart_service openvswitch restart_service openvswitch
elif is_suse; then elif is_suse; then