Updated from OpenStack Ansible Tests

Change-Id: I073f950ec1e407828550d5f333d66498cef7d7fb
This commit is contained in:
OpenStack Proposal Bot 2018-02-15 12:55:02 +00:00 committed by Jesse Pretorius (odyssey4me)
parent 8f2393132c
commit 66d756912c

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