Point to Queens instead of master

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

Change-Id: I9c722216da4790d513303333003c14da72f82996
This commit is contained in:
Jean-Philippe Evrard 2018-02-15 10:12:21 +00:00
parent dd7f514e77
commit f50927ece5
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
- name: apt_package_pinning
src: https://git.openstack.org/openstack/openstack-ansible-apt_package_pinning
scm: git
version: master
version: stable/queens
- name: pip_install
src: https://git.openstack.org/openstack/openstack-ansible-pip_install
scm: git
version: master
version: stable/queens

View File

@ -75,8 +75,8 @@ commands =
[testenv:ansible]
deps =
{[testenv]deps}
-rhttps://git.openstack.org/cgit/openstack/openstack-ansible/plain/global-requirement-pins.txt
-rhttps://git.openstack.org/cgit/openstack/openstack-ansible-tests/plain/test-ansible-deps.txt
-rhttps://git.openstack.org/cgit/openstack/openstack-ansible/plain/global-requirement-pins.txt?h=stable/queens
-rhttps://git.openstack.org/cgit/openstack/openstack-ansible-tests/plain/test-ansible-deps.txt?h=stable/queens
[testenv:ansible-syntax]