X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/95b487bb4cfb5c69600dbbe1de52acacd5b39568..b989b9d927a07f32a16d310d6a730b1969e2b50e:/scripts/gnt-cluster diff --git a/scripts/gnt-cluster b/scripts/gnt-cluster index a57b9a0..555e72e 100755 --- a/scripts/gnt-cluster +++ b/scripts/gnt-cluster @@ -99,6 +99,7 @@ def InitCluster(opts, args): nicparams=nicparams, candidate_pool_size=opts.candidate_pool_size, modify_etc_hosts=opts.modify_etc_hosts, + modify_ssh_setup=opts.modify_ssh_setup, ) op = opcodes.OpPostInitCluster() SubmitOpCode(op) @@ -600,7 +601,8 @@ commands = { InitCluster, [ArgHost(min=1, max=1)], [BACKEND_OPT, CP_SIZE_OPT, ENABLED_HV_OPT, GLOBAL_FILEDIR_OPT, HVLIST_OPT, MAC_PREFIX_OPT, MASTER_NETDEV_OPT, NIC_PARAMS_OPT, - NOLVM_STORAGE_OPT, NOMODIFY_ETCHOSTS_OPT, SECONDARY_IP_OPT, VG_NAME_OPT], + NOLVM_STORAGE_OPT, NOMODIFY_ETCHOSTS_OPT, NOMODIFY_SSH_SETUP_OPT, + SECONDARY_IP_OPT, VG_NAME_OPT], "[opts...] ", "Initialises a new cluster configuration"), 'destroy': ( DestroyCluster, ARGS_NONE, [YES_DOIT_OPT],