Merge "Start ovs if ovn-northd is enabled"

This commit is contained in:
Zuul 2020-04-26 08:27:11 +00:00 committed by Gerrit Code Review
commit f70736b0e0
1 changed files with 1 additions and 1 deletions

View File

@ -605,7 +605,7 @@ function init_ovn {
function _start_ovs {
echo "Starting OVS"
if is_service_enabled ovn-controller || is_service_enabled ovn-controller-vtep ; then
if is_service_enabled ovn-controller ovn-controller-vtep ovn-northd; then
# ovsdb-server and ovs-vswitchd are used privately in OVN as openvswitch service names.
enable_service ovsdb-server
enable_service ovs-vswitchd