Refactored packstack.installer.setup_sequences

Change-Id: Ie4b039ed9c4996240c20a033d91b936c8113214b
This commit is contained in:
Martin Magr
2013-05-07 15:39:53 +02:00
parent e2fc1f7627
commit 4e4149db97
24 changed files with 274 additions and 216 deletions

View File

@@ -92,7 +92,7 @@ def initSequences(controller):
]
controller.addSequence("Installing OpenStack Keystone", [], [], keystonesteps)
def createmanifest():
def createmanifest(config):
manifestfile = "%s_keystone.pp"%controller.CONF['CONFIG_KEYSTONE_HOST']
manifestdata = getManifestTemplate("keystone.pp")
appendManifestFile(manifestfile, manifestdata)