Skip to content
Snippets Groups Projects
Commit 3552cd2e authored by Luca Bigliardi's avatar Luca Bigliardi
Browse files

Run post cluster initialization LU


Call PostInitCluster from 'gnt-cluster init'.

Signed-off-by: default avatarLuca Bigliardi <shammash@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent b5f5fae9
No related merge requests found
......@@ -92,6 +92,8 @@ def InitCluster(opts, args):
candidate_pool_size=opts.candidate_pool_size,
modify_etc_hosts=opts.modify_etc_hosts,
)
op = opcodes.OpPostInitCluster()
SubmitOpCode(op)
return 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment