Merge "Add NEUTRON_PATH to configure_for_func_testing.sh"

This commit is contained in:
Zuul 2020-02-11 20:52:39 +00:00 committed by Gerrit Code Review
commit 5fe574193d
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ VENV=${VENV:-dsvm-functional}
DEVSTACK_PATH=${DEVSTACK_PATH:-$1}
PROJECT_NAME=${PROJECT_NAME:-neutron}
REPO_BASE=${GATE_DEST:-$(cd $(dirname "$0")/../.. && pwd)}
NEUTRON_PATH=${NEUTRON_PATH:=$REPO_BASE/$PROJECT_NAME}
INSTALL_MYSQL_ONLY=${INSTALL_MYSQL_ONLY:-False}
# The gate should automatically install dependencies.
INSTALL_BASE_DEPENDENCIES=${INSTALL_BASE_DEPENDENCIES:-$IS_GATE}