From 30134007df022d87dd0f5a8e1a273a0dd5b81f40 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Thu, 15 Feb 2018 14:12:50 +0000 Subject: [PATCH] Point to Queens instead of master There are references that are pointing to master in each role. This should change them. Change-Id: Ic5d7c857465bf99843459608cff5c881d8bf322b --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 5419fdc..e4f21b6 100644 --- a/tox.ini +++ b/tox.ini @@ -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]