Ironic support for packstack

Ironic is currently not a supported plugin for packstack.
This patch will create the Ironic plugin.

Change-Id: Ia4a239beaf2609bd11cfc35f29527f53c0d6c9f2
This commit is contained in:
Ryan Hallisey
2014-12-10 16:15:11 -05:00
committed by Lukas Bezdicka
parent ab47974d48
commit 8d2b33cddc
16 changed files with 285 additions and 9 deletions

View File

@@ -106,7 +106,7 @@ def create_manifest(config, messages):
append_for("keystone", suffix)
for mod in ['nova', 'cinder', 'glance', 'neutron', 'heat', 'sahara',
'trove']:
'trove', 'ironic']:
if config['CONFIG_%s_INSTALL' % mod.upper()] == 'y':
append_for(mod, suffix)