Sahara support to Packstack in time for Juno

Change-Id: Ic5381aede97d03d79151700afa3257ae8b1fd277
This commit is contained in:
Robbie Harwood (frozencemetery)
2014-12-02 17:45:02 -05:00
parent e07307b436
commit 2edd3aeba8
11 changed files with 230 additions and 5 deletions

View File

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