Merge "[stable/juno] Nail Manila branch and Manilaclient tag in Devstack" into stable/juno

This commit is contained in:
Jenkins 2015-06-19 18:04:11 +00:00 committed by Gerrit Code Review
commit 6dae3fb671
1 changed files with 2 additions and 2 deletions

View File

@ -27,10 +27,10 @@ set +o xtrace
MANILA_REPO_ROOT=openstack
MANILA_GIT_BASE=${MANILA_GIT_BASE:-https://github.com}
MANILA_REPO=${MANILA_GIT_BASE}/${MANILA_REPO_ROOT}/manila.git
MANILA_BRANCH=master
MANILA_BRANCH="stable/juno"
MANILACLIENT_REPO=${MANILA_GIT_BASE}/${MANILA_REPO_ROOT}/python-manilaclient.git
MANILACLIENT_BRANCH=master
MANILACLIENT_BRANCH="refs/tags/1.0.1"
# set up default directories
MANILA_DIR=${MANILA_DIR:=$DEST/manila}