diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 379d45f7f..98fbc0a34 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -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