Merge "Update the constraints url"

This commit is contained in:
Zuul 2019-09-23 19:58:46 +00:00 committed by Gerrit Code Review
commit 7c93417d14

View File

@ -14,7 +14,7 @@ whitelist_externals =
bash
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