Update upgrade script to use queens
Change-Id: I231334dc6f33f8ea2e4b7db24cb111c2a45a6fae
This commit is contained in:
parent
782c27cf60
commit
4f090af7e2
@ -53,4 +53,4 @@
|
|||||||
- name: os_previous_cinder
|
- name: os_previous_cinder
|
||||||
src: https://git.openstack.org/openstack/openstack-ansible-os_cinder
|
src: https://git.openstack.org/openstack/openstack-ansible-os_cinder
|
||||||
scm: git
|
scm: git
|
||||||
version: stable/pike
|
version: stable/queens
|
||||||
|
@ -110,7 +110,7 @@ fi
|
|||||||
# tests repo are not supported.
|
# tests repo are not supported.
|
||||||
if [[ "${CLONE_UPGRADE_TESTS}" == "yes" ]]; then
|
if [[ "${CLONE_UPGRADE_TESTS}" == "yes" ]]; then
|
||||||
if [[ ! -d "${WORKING_DIR}/tests/common/previous" ]]; 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 \
|
https://git.openstack.org/openstack/openstack-ansible-tests \
|
||||||
${WORKING_DIR}/tests/common/previous
|
${WORKING_DIR}/tests/common/previous
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user