Revision 47aaeaff lib/client/gnt_instance.py

b/lib/client/gnt_instance.py
1417 1417
                                   force=opts.force,
1418 1418
                                   wait_for_sync=opts.wait_for_sync,
1419 1419
                                   offline=offline,
1420
                                   ignore_ipolicy=opts.ignore_ipolicy)
1420
                                   ignore_ipolicy=opts.ignore_ipolicy,
1421
                                   allow_arbit_params=opts.allow_arbit_params)
1421 1422

  
1422 1423
  # even if here we process the result, we allow submit only
1423 1424
  result = SubmitOrSend(op, opts)
......
1603 1604
    [BACKEND_OPT, DISK_OPT, FORCE_OPT, HVOPTS_OPT, NET_OPT, SUBMIT_OPT,
1604 1605
     DISK_TEMPLATE_OPT, SINGLE_NODE_OPT, OS_OPT, FORCE_VARIANT_OPT,
1605 1606
     OSPARAMS_OPT, DRY_RUN_OPT, PRIORITY_OPT, NWSYNC_OPT, OFFLINE_INST_OPT,
1606
     ONLINE_INST_OPT, IGNORE_IPOLICY_OPT, RUNTIME_MEM_OPT],
1607
     ONLINE_INST_OPT, IGNORE_IPOLICY_OPT, RUNTIME_MEM_OPT, ALLOW_ARBITPARAMS_OPT],
1607 1608
    "<instance>", "Alters the parameters of an instance"),
1608 1609
  "shutdown": (
1609 1610
    GenericManyOps("shutdown", _ShutdownInstance), [ArgInstance()],

Also available in: Unified diff