Update repo for stable/ocata

Change-Id: If4249accf0cf06c4f38c905d1847ddf04ed7f8b6
This commit is contained in:
Jesse Pretorius 2017-02-08 10:44:54 +00:00 committed by Jesse Pretorius (odyssey4me)
parent d388328465
commit 424bc470c4
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,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"