Revision b7a990e3

b/lib/cmdlib/instance.py
1 1
#
2 2
#
3 3

  
4
# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Google Inc.
4
# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Google Inc.
5 5
#
6 6
# This program is free software; you can redistribute it and/or modify
7 7
# it under the terms of the GNU General Public License as published by
......
1462 1462
                                            False, self.op.reason)
1463 1463
      result.Raise("Could not start instance")
1464 1464

  
1465
    return list(iobj.all_nodes)
1465
    return self.cfg.GetNodeNames(list(iobj.all_nodes))
1466 1466

  
1467 1467

  
1468 1468
class LUInstanceRename(LogicalUnit):

Also available in: Unified diff