use stable/mitaka upper-constraints

Move from master upper-constraints to stable/mitaka upper-constraints

Change-Id: I3f943bd2c31f8850af86d44052bd4c8394cf5fd6
This commit is contained in:
Mark McDonagh 2016-04-18 17:52:30 +01:00
parent 5c7741086b
commit 2a0d3e3c76
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ usedevelop = True
whitelist_externals = bash
find
rm
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/mitaka} {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
OS_TEST_PATH=./nova/tests/unit
LANGUAGE=en_US