We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a59e81 + d738a9e commit 1fe1670Copy full SHA for 1fe1670
1 file changed
lib/neutron_plugins/ovs_base
@@ -51,6 +51,7 @@ function _neutron_ovs_base_install_agent_packages {
51
install_package $(get_packages "openvswitch")
52
if is_ubuntu; then
53
_neutron_ovs_base_install_ubuntu_dkms
54
+ restart_service openvswitch-switch
55
elif is_fedora; then
56
restart_service openvswitch
57
elif is_suse; then
0 commit comments