Add missing call into cluster initialize function

This commit is contained in:
Joshua Boniface 2020-04-06 14:48:09 -04:00
parent 5d58bee34f
commit c3bd6b6ecc
1 changed files with 1 additions and 1 deletions

View File

@ -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)
###############################################################################