Fix functional gate failure

This patch adds BUILD_OVS_FROM_SOURCE ENV in
gate_hook override the Neutron default.

Depends-On: https://review.opendev.org/#/c/705154/
Partial-Bug: #1861469
Change-Id: I3d00454bdf9e30b7aac929505dab2d4ac694f06a
This commit is contained in:
Dongcan Ye 2020-01-30 11:28:42 +00:00
parent 295bed9842
commit 5e93b5163f
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ case $VENV in
DEVSTACK_PATH=$GATE_DEST/devstack
IS_GATE=True
USE_CONSTRAINT_ENV=False
BUILD_OVS_FROM_SOURCE=False
source $NEUTRON_VPN_PATH/tools/configure_for_vpn_func_testing.sh