Fix functional jobs due to OVS file removal

The neutron file devstack/lib/ovs was removed in
https://review.opendev.org/c/openstack/neutron/+/793470
in favor of using the devstack in-tree version at
lib/neutron_plugins/ovs_source.  Start using it to
un-break the functional jobs.

Change-Id: I0955ce35a1f48f114a06337b1a55540865f9a7cd
This commit is contained in:
Brian Haley 2021-06-16 22:51:03 -04:00
parent 85795f88ef
commit e7f5ab99e3
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
OVN_BRANCH={{ OVN_BRANCH }}
source $DEVSTACK_PATH/functions
source $NEUTRON_DIR/devstack/lib/ovs
source $DEVSTACK_PATH/lib/neutron_plugins/ovs_source
source $DEVSTACK_PATH/lib/neutron_plugins/ovn_agent
source $NEUTRON_DIR/tools/configure_for_func_testing.sh