Revision 0d57ce24 lib/client/gnt_instance.py

b/lib/client/gnt_instance.py
648 648

  
649 649
  """
650 650
  return opcodes.OpInstanceShutdown(instance_name=name,
651
                                    force=opts.force,
651 652
                                    timeout=opts.timeout,
652 653
                                    ignore_offline_nodes=opts.ignore_offline,
653 654
                                    no_remember=opts.no_remember)
......
1533 1534
    "<instance>", "Alters the parameters of an instance"),
1534 1535
  "shutdown": (
1535 1536
    GenericManyOps("shutdown", _ShutdownInstance), [ArgInstance()],
1536
    [m_node_opt, m_pri_node_opt, m_sec_node_opt, m_clust_opt,
1537
    [FORCE_OPT, m_node_opt, m_pri_node_opt, m_sec_node_opt, m_clust_opt,
1537 1538
     m_node_tags_opt, m_pri_node_tags_opt, m_sec_node_tags_opt,
1538 1539
     m_inst_tags_opt, m_inst_opt, m_force_multi, TIMEOUT_OPT, SUBMIT_OPT,
1539 1540
     DRY_RUN_OPT, PRIORITY_OPT, IGNORE_OFFLINE_OPT, NO_REMEMBER_OPT],

Also available in: Unified diff