From e1bcb2c3de49c13d2f5546896620910ee8d2f8d2 Mon Sep 17 00:00:00 2001 From: Eric Fried Date: Thu, 13 Oct 2016 10:28:15 -0500 Subject: [PATCH] Change devstack pypowervm branch to develop Change the default pypowervm branch installed by devstack from 'master' to 'develop'. The master branch is not useful. Change-Id: I38048dee34fb5a045b8aece756e9d3e2818ee0f2 --- devstack/powervm-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/powervm-functions.sh b/devstack/powervm-functions.sh index 5f3b5c3..fae9678 100644 --- a/devstack/powervm-functions.sh +++ b/devstack/powervm-functions.sh @@ -4,7 +4,7 @@ # Functions to control the installation and configuration of the PowerVM compute services GITREPO["pypowervm"]=${PYPOWERVM_REPO:-https://github.com/powervm/pypowervm} -GITBRANCH["pypowervm"]=${PYPOWERVM_BRANCH:-master} +GITBRANCH["pypowervm"]=${PYPOWERVM_BRANCH:-develop} GITDIR["pypowervm"]=$DEST/pypowervm # TODO (adreznec) Uncomment when public NovaLink PPA available