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
This commit is contained in:
Eric Fried 2016-10-13 10:28:15 -05:00
parent 315f176856
commit e1bcb2c3de
1 changed files with 1 additions and 1 deletions

View File

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