Merge "Update openvswitch restart for suse"
This commit is contained in:
@ -69,7 +69,11 @@ function _neutron_ovs_base_install_agent_packages {
|
|||||||
restart_service openvswitch
|
restart_service openvswitch
|
||||||
sudo systemctl enable openvswitch
|
sudo systemctl enable openvswitch
|
||||||
elif is_suse; then
|
elif is_suse; then
|
||||||
restart_service openvswitch-switch
|
if [[ $DISTRO == "sle12" ]] && [[ $os_RELEASE -lt 12.2 ]]; then
|
||||||
|
restart_service openvswitch-switch
|
||||||
|
else
|
||||||
|
restart_service openvswitch
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user