Enable Manila in Packstack
Enables the configuration of the Manila File Share Service in Packstack. Uses the puppet-manila module for installation and configuration. Change-Id: I4509c9fbdc9317e03b32964b7b02672439e306fc
This commit is contained in:
@@ -117,7 +117,7 @@ def create_manifest(config, messages):
|
||||
|
||||
append_for("keystone", suffix)
|
||||
for mod in ['nova', 'cinder', 'glance', 'neutron', 'heat', 'sahara',
|
||||
'trove', 'ironic']:
|
||||
'trove', 'ironic', 'manila']:
|
||||
if config['CONFIG_%s_INSTALL' % mod.upper()] == 'y':
|
||||
append_for(mod, suffix)
|
||||
|
||||
|
Reference in New Issue
Block a user