Skip to content
Snippets Groups Projects
Commit a535cef7 authored by René Nussbaumer's avatar René Nussbaumer
Browse files

Adding --node-parameters command line flag


Signed-off-by: default avatarRené Nussbaumer <rn@google.com>
Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
parent 08a61d91
No related branches found
No related tags found
No related merge requests found
......@@ -105,6 +105,7 @@ __all__ = [
"NODE_LIST_OPT",
"NODE_PLACEMENT_OPT",
"NODEGROUP_OPT",
"NODE_PARAMS_OPT",
"NODRBD_STORAGE_OPT",
"NOHDR_OPT",
"NOIPCHECK_OPT",
......@@ -1100,6 +1101,10 @@ PREALLOC_WIPE_DISKS_OPT = cli_option("--prealloc-wipe-disks", default=None,
help=("Wipe disks prior to instance"
" creation"))
NODE_PARAMS_OPT = cli_option("--node-parameters", dest="ndparams",
type="keyval", default={},
help="Node parameters")
#: Options provided by all commands
COMMON_OPTS = [DEBUG_OPT]
......
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