Revision 323f9095 lib/client/gnt_instance.py

b/lib/client/gnt_instance.py
662 662
  op = opcodes.OpInstanceStartup(instance_name=name,
663 663
                                 force=opts.force,
664 664
                                 ignore_offline_nodes=opts.ignore_offline,
665
                                 no_remember=opts.no_remember)
665
                                 no_remember=opts.no_remember,
666
                                 startup_paused=opts.startup_paused)
666 667
  # do not add these parameters to the opcode unless they're defined
667 668
  if opts.hvparams:
668 669
    op.hvparams = opts.hvparams
......
1453 1454
     m_node_tags_opt, m_pri_node_tags_opt, m_sec_node_tags_opt,
1454 1455
     m_inst_tags_opt, m_clust_opt, m_inst_opt, SUBMIT_OPT, HVOPTS_OPT,
1455 1456
     BACKEND_OPT, DRY_RUN_OPT, PRIORITY_OPT, IGNORE_OFFLINE_OPT,
1456
     NO_REMEMBER_OPT],
1457
     NO_REMEMBER_OPT, STARTUP_PAUSED_OPT],
1457 1458
    "<instance>", "Starts an instance"),
1458 1459
  'reboot': (
1459 1460
    GenericManyOps("reboot", _RebootInstance), [ArgInstance()],

Also available in: Unified diff