Update upgrade branch to Pike

Upgrade in master should happen between Pike and master, not
ocata and master.

Change-Id: I59b420e88f8f2e739258dfcf8d1e42b8d5981ef5
This commit is contained in:
Jean-Philippe Evrard 2017-10-12 18:29:30 +00:00
parent e8b9340567
commit 4f84551eba
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,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/ocata \
git clone -b stable/pike \
https://git.openstack.org/openstack/openstack-ansible-tests \
${WORKING_DIR}/tests/common/previous
fi