Skip to content

Commit 1fe1670

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Ubuntu: Start openvswitch-switch service after install"
2 parents 9a59e81 + d738a9e commit 1fe1670

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/neutron_plugins/ovs_base

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ function _neutron_ovs_base_install_agent_packages {
5151
install_package $(get_packages "openvswitch")
5252
if is_ubuntu; then
5353
_neutron_ovs_base_install_ubuntu_dkms
54+
restart_service openvswitch-switch
5455
elif is_fedora; then
5556
restart_service openvswitch
5657
elif is_suse; then

0 commit comments

Comments
 (0)