Add gnocchi support to packstack
Change-Id: I215ff6dc678642c356712ef0f7cedab323c141af
This commit is contained in:
@@ -122,7 +122,7 @@ def create_manifest(config, messages):
|
||||
|
||||
append_for("keystone", suffix)
|
||||
for mod in ['nova', 'cinder', 'glance', 'neutron', 'heat', 'sahara',
|
||||
'trove', 'ironic', 'manila']:
|
||||
'trove', 'ironic', 'manila', 'gnocchi']:
|
||||
if config['CONFIG_%s_INSTALL' % mod.upper()] == 'y':
|
||||
append_for(mod, suffix)
|
||||
|
||||
|
Reference in New Issue
Block a user