Revision 566db1f2

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

  
4
# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Google Inc.
4
# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 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
......
570 570
  @type owned_nodes: iterable of string
571 571
  @param owned_nodes: List of owned nodes
572 572
  @type cur_group_uuid: string or None
573
  @type cur_group_uuid: Optional group UUID to check against instance's groups
573
  @param cur_group_uuid: Optional group UUID to check against instance's groups
574 574

  
575 575
  """
576 576
  for (name, inst) in instances.items():

Also available in: Unified diff