summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
authorLucas Alvares Gomes <lucasagomes@gmail.com>2021-05-27 17:23:38 +0100
committerLucas Alvares Gomes <lucasagomes@gmail.com>2021-05-31 09:41:57 +0100
commit7f0ca67ed6e81f396c64a3972a1287cfdb913abe (patch)
treed615d4a75fa50e854826709d056b39fa95052aad /roles
parent6fb4de724379be7f86c0b120e5e2c49e69e07804 (diff)
downloadneutron-7f0ca67ed6e81f396c64a3972a1287cfdb913abe.tar.gz
Remove the devstack/lib/ovs in favour of "ovs_source" from DevStack
This patch removes the devstack/lib/ovs module and update the scripts to use the ovs_source module from DevStack instead. Depends-On: https://review.opendev.org/c/openstack/devstack/+/791085 Change-Id: I65fe53ee753ac68340f7d4d928643d3d8e5c8694 Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
Diffstat (limited to 'roles')
-rw-r--r--roles/configure_functional_tests/tasks/main.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/configure_functional_tests/tasks/main.yaml b/roles/configure_functional_tests/tasks/main.yaml
index 8b19f9bfbb..e38df32a2b 100644
--- a/roles/configure_functional_tests/tasks/main.yaml
+++ b/roles/configure_functional_tests/tasks/main.yaml
@@ -17,7 +17,6 @@
OVN_BRANCH={{ OVN_BRANCH }}
source $DEVSTACK_PATH/functions
- source $NEUTRON_DIR/devstack/lib/ovs
source $DEVSTACK_PATH/lib/neutron_plugins/ovn_agent
source $NEUTRON_DIR/tools/configure_for_func_testing.sh