Merge "Fix devstack path in plugin.sh"

This commit is contained in:
Zuul 2021-06-22 19:57:16 +00:00 committed by Gerrit Code Review
commit ba97a73783
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ source $LIBDIR/octavia
source $LIBDIR/loki
# source the OVS/OVN compilation helper methods
source $DEST/devstack/lib/neutron_plugins/ovs_source
source $TOP_DIR/lib/neutron_plugins/ovs_source
Q_BUILD_OVS_FROM_GIT=$(trueorfalse False Q_BUILD_OVS_FROM_GIT)