Updated from OpenStack Ansible Tests

Change-Id: If1d8d327ae871ebe7573121c318de4a6ac8efedc
This commit is contained in:
OpenStack Proposal Bot 2018-02-15 12:52:35 +00:00 committed by Jesse Pretorius (odyssey4me)
parent 8de204317d
commit 3b8f0b6054
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ elif [[ ! -d tests/common ]]; then
# Otherwise we're clearly not in zuul or using a previously setup
# repo in some way, so just clone it from upstream.
else
git clone \
git clone -b stable/queens \
https://git.openstack.org/openstack/openstack-ansible-tests \
${WORKING_DIR}/tests/common
fi