Add gnocchi support to packstack

Change-Id: I215ff6dc678642c356712ef0f7cedab323c141af
This commit is contained in:
Pradeep Kilambi
2016-01-27 13:19:12 -05:00
parent bef00cf5b7
commit 1a519c733a
14 changed files with 253 additions and 5 deletions

View File

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