Update upgrade script to use queens

Change-Id: I231334dc6f33f8ea2e4b7db24cb111c2a45a6fae
This commit is contained in:
Major Hayden 2018-02-14 15:34:52 -06:00
parent 782c27cf60
commit 4f090af7e2
No known key found for this signature in database
GPG Key ID: 737051E0C1011FB1
2 changed files with 2 additions and 2 deletions

View File

@ -53,4 +53,4 @@
- name: os_previous_cinder
src: https://git.openstack.org/openstack/openstack-ansible-os_cinder
scm: git
version: stable/pike
version: stable/queens

View File

@ -110,7 +110,7 @@ fi
# tests repo are not supported.
if [[ "${CLONE_UPGRADE_TESTS}" == "yes" ]]; then
if [[ ! -d "${WORKING_DIR}/tests/common/previous" ]]; then
git clone -b stable/pike \
git clone -b stable/queens \
https://git.openstack.org/openstack/openstack-ansible-tests \
${WORKING_DIR}/tests/common/previous
fi