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:
Ryan Hefner
2014-10-09 01:07:17 -04:00
parent e5f8ce71d7
commit 72690e0b3c
13 changed files with 508 additions and 7 deletions

View File

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