Revision 1c3231aa lib/cmdlib/network.py

b/lib/cmdlib/network.py
608 608
    return ret
609 609

  
610 610
  def BuildHooksNodes(self):
611
    nodes = self.cfg.GetNodeGroup(self.group_uuid).members
612
    return (nodes, nodes)
611
    node_uuids = self.cfg.GetNodeGroup(self.group_uuid).members
612
    return (node_uuids, node_uuids)
613 613

  
614 614
  def CheckPrereq(self):
615 615
    owned_groups = frozenset(self.owned_locks(locking.LEVEL_NODEGROUP))

Also available in: Unified diff