Merge "Update UPPER_CONSTRAINTS_FILE for stable/queens" into stable/queens

This commit is contained in:
Zuul 2018-02-16 00:27:53 +00:00 committed by Gerrit Code Review
commit 2bc1a18b17
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ whitelist_externals = bash
find
rm
env
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/queens} {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
LANGUAGE=en_US
LC_ALL=en_US.utf-8