update constraints url

See http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html

Change-Id: I7be44967f84e0da54596f4b111d5ee6aa55f9ee7
This commit is contained in:
tonybrad
2019-06-12 11:20:19 +08:00
committed by Eric Fried
parent 25262103da
commit 2295a6c47d

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