Point to Queens instead of master

There are references that are pointing to master in each role.
This should change them.

Change-Id: Ia1e59e74de7d6666144b5a42a19d1c039c09fc18
This commit is contained in:
Jean-Philippe Evrard 2018-02-15 14:45:48 +00:00
parent f1f9de8391
commit 6f98e4abff
2 changed files with 2 additions and 1 deletions

View File

@ -2,3 +2,4 @@
host=review.openstack.org
port=29418
project=openstack/openstack-ansible-ops.git
defaultbranch=stable/queens

View File

@ -7,7 +7,7 @@ envlist = docs,linters,functional
[testenv]
usedevelop = True
install_command =
pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/queens} {opts} {packages}
deps =
-r{toxinidir}/test-requirements.txt
commands =