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:

committed by
Lukas Bezdicka

parent
ab47974d48
commit
8d2b33cddc
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user