Update upgrade scripts to use queens

Change-Id: Ib2695f564690b5494f2009e9a39b97128ef9ec06
This commit is contained in:
Major Hayden
2018-02-14 11:41:08 -06:00
parent 92d058e5c5
commit 445ba359da
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@
- name: os_previous_nova
src: https://git.openstack.org/openstack/openstack-ansible-os_nova
scm: git
version: stable/pike
version: stable/queens
- name: opendaylight
scm: git
src: https://github.com/opendaylight/integration-packaging-ansible-opendaylight

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