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

View File

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