Merge "Ubuntu: Start openvswitch-switch service after install"
This commit is contained in:
commit
1fe1670cf1
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user