Mitaka is now stable

One the stable branch we need to specify that we're now upgrading to
stable/$target_branch instead of master after we have stable commits.

Change-Id: I1599459ef6fb645eef7dbe3f3bf21456134a91b4
This commit is contained in:
Sean Dague
2016-03-24 11:42:30 -04:00
parent 9e52e7b108
commit 60c5fb24cc

View File

@@ -31,7 +31,7 @@ BASE_DEVSTACK_BRANCH=${BASE_DEVSTACK_BRANCH:-stable/$BASE_RELEASE}
BASE_DEVSTACK_DIR=${BASE_DEVSTACK_DIR:-$BASE_RELEASE_DIR/devstack}
TARGET_DEVSTACK_REPO=$BASE_DEVSTACK_REPO
TARGET_DEVSTACK_BRANCH=${TARGET_DEVSTACK_BRANCH:-master}
TARGET_DEVSTACK_BRANCH=${TARGET_DEVSTACK_BRANCH:-stable/$TARGET_RELEASE}
TARGET_DEVSTACK_DIR=${TARGET_DEVSTACK_DIR:-$TARGET_RELEASE_DIR/devstack}
TEMPEST_CONCURRENCY=${TEMPEST_CONCURRENCY:-$(nproc --all)}