Update repo for stable/ocata

Change-Id: I3968210e3ef0133bcdd0d17719b20200e0e3df17
This commit is contained in:
Jesse Pretorius 2017-02-08 10:44:22 +00:00
parent 0d5220ae87
commit 4ed6ae8e04
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
- name: apt_package_pinning
src: https://git.openstack.org/openstack/openstack-ansible-apt_package_pinning
scm: git
version: master
version: origin/stable/ocata

View File

@ -56,7 +56,7 @@ commands =
[testenv:tests_clone]
commands =
bash -c "if [ ! -d "{toxinidir}/tests/common" ]; then \
git clone https://git.openstack.org/openstack/openstack-ansible-tests {toxinidir}/tests/common; \
git clone -b stable/ocata https://git.openstack.org/openstack/openstack-ansible-tests {toxinidir}/tests/common; \
fi"
@ -82,7 +82,7 @@ commands =
[testenv:ansible]
deps =
{[testenv]deps}
-rhttp://git.openstack.org/cgit/openstack/openstack-ansible-tests/plain/test-ansible-deps.txt
-rhttp://git.openstack.org/cgit/openstack/openstack-ansible-tests/plain/test-ansible-deps.txt?h=stable/ocata
[testenv:ansible-syntax]