Add missing call into cluster initialize function
This commit is contained in:
parent
5d58bee34f
commit
c3bd6b6ecc
|
@ -3451,7 +3451,7 @@ def init_cluster(confirm_flag):
|
|||
# Easter-egg
|
||||
click.echo("Some music while we're Layin' Pipe? https://youtu.be/sw8S_Kv89IU")
|
||||
|
||||
retcode, retmsg = pvc_cluster.initialize()
|
||||
retcode, retmsg = pvc_cluster.initialize(config)
|
||||
cleanup(retcode, retmsg)
|
||||
|
||||
###############################################################################
|
||||
|
|
Loading…
Reference in New Issue