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: Ia0d4182fb8adccdd4ae2c1bde72b916fd57f581f
changes/47/386047/1
Eric Fried 7 years ago
parent f53880d40f
commit 39db3df4cd

@ -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

Loading…
Cancel
Save