Ubuntu: Start openvswitch-switch service after install

Change-Id: I73a7cec67d0f0782de1598c4ebb1815726e38199
Closes-Bug: #1362782
This commit is contained in:
Sean M. Collins 2014-08-28 15:32:44 -04:00
parent a90898d904
commit d738a9ecf7

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