cluster_config argument missing in prepare()

Due to a bad merge, the prepare() call in postgresql does
not have cluster_config argument. Added that to make sure
postgres is in line with other data stores.

Change-Id: I1c3e5032447124dae47ae23ebf820fdcf8080588
Closes-Bug: #1380745
This commit is contained in:
Sreedhar Chidambaram 2014-10-14 01:08:17 +00:00 committed by Nikhil Manchanda
parent e94c68c786
commit 4a21bd9d24
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ class Manager(
config_contents=None,
root_password=None,
overrides=None,
cluster_config=None
):
self.install(context, packages)
PgSqlAppStatus.get().begin_restart()