Merge "update constraints url"

This commit is contained in:
Zuul 2019-06-13 21:31:15 +00:00 committed by Gerrit Code Review
commit 5bf6bfad60
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ whitelist_externals =
find
rm
env
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
LANGUAGE=en_US