Update repo for stable/ocata

Change-Id: I370c6c9c33abf037467e294dbecc2b472dfb7aec
This commit is contained in:
Jesse Pretorius 2017-02-08 10:35:06 +00:00 committed by Jesse Pretorius (odyssey4me)
parent 4c23bf1375
commit 9b820be289
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,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"
@ -84,7 +84,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]