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:
parent
0ea7f79559
commit
a2bc04a7c2
2
setup.py
2
setup.py
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user