Revision 08896026 lib/cmdlib.py

b/lib/cmdlib.py
4863 4863
                           self.be_full[constants.BE_MEMORY],
4864 4864
                           self.op.hypervisor)
4865 4865

  
4866
    self.dry_run_result = list(nodenames)
4867

  
4866 4868
  def Exec(self, feedback_fn):
4867 4869
    """Create and add the instance to the cluster.
4868 4870

  
......
4992 4994
      result = self.rpc.call_instance_start(pnode_name, iobj, None, None)
4993 4995
      result.Raise("Could not start instance")
4994 4996

  
4997
    return list(iobj.all_nodes)
4998

  
4995 4999

  
4996 5000
class LUConnectConsole(NoHooksLU):
4997 5001
  """Connect to an instance's console.

Also available in: Unified diff