Switch packstack o-p-m branch to master-patches

The o-p-m master-patches branch contains rpm released master version of
o-p-m plus rpm patches applied to it ensuring that packstack will work
with it as in some cases master o-p-m is unusable for packstack.

Change-Id: Ib4e642bb96de1d87a5d36c20d5e2d4e2650353be
This commit is contained in:
Lukas Bezdicka 2014-10-27 10:54:50 +01:00
parent 66faf8915c
commit f0b83d6cd7
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ MODULES_DIR = os.environ.get('PACKSTACK_PUPPETDIR',
'/usr/share/openstack-puppet/modules')
MODULES_REPO = ('https://github.com/redhat-openstack/'
'openstack-puppet-modules.git')
MODULES_BRANCH = 'master'
MODULES_BRANCH = 'master-patches'
class InstallModulesCommand(Command):