Set proper OPM branch

With the recent OPM branch change, master-patches is now master
(upstream-master is the previous master). Packstack needs to adapt
to this.

Change-Id: Ib53a118e88542a88767a1c1cb61faafad54dd9b5
This commit is contained in:
Javier Pena 2015-12-15 17:42:32 +01:00
parent 0ea7f79559
commit a2bc04a7c2
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,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-patches'
MODULES_BRANCH = 'master'
class InstallModulesCommand(Command):