Revision c873d91c lib/client/gnt_instance.py

b/lib/client/gnt_instance.py
679 679
  @return: the opcode needed for the operation
680 680

  
681 681
  """
682
  op = opcodes.OpStartupInstance(instance_name=name,
682
  op = opcodes.OpInstanceStartup(instance_name=name,
683 683
                                 force=opts.force,
684 684
                                 ignore_offline_nodes=opts.ignore_offline)
685 685
  # do not add these parameters to the opcode unless they're defined

Also available in: Unified diff