add branch for vitrage client when reclone is true

Change-Id: I1f96a67599c3f074f5200101e896458a530a8023
This commit is contained in:
Eyal 2016-03-24 11:28:44 +02:00
parent 6c679d8c5f
commit 3ff310aab4

View File

@ -14,6 +14,7 @@
# --------
GITDIR["python-vitrageclient"]=$DEST/python-vitrageclient
GITREPO["python-vitrageclient"]=${VITRAGECLIENT_REPO:-${GIT_BASE}/openstack/python-vitrageclient.git}
GITBRANCH["python-vitrageclient"]=${VITRAGECLIENT_BRANCH:-master}
# Support potential entry-points console scripts in VENV or not
if [[ ${USE_VENV} = True ]]; then