Revision 911ee606

b/lib/opcodes.py
180 180
_PNetworkName = ("network_name", ht.NoDefault, ht.TNonEmptyString,
181 181
                 "Set network name")
182 182

  
183
_PTargetGroups = \
184
  ("target_groups", None, ht.TMaybeListOf(ht.TNonEmptyString),
185
   "Destination group names or UUIDs (defaults to \"all but current group\")")
186

  
183 187
#: OP_ID conversion regular expression
184 188
_OPID_RE = re.compile("([a-z])([A-Z])")
185 189

  
......
1702 1706
    _PInstanceName,
1703 1707
    _PEarlyRelease,
1704 1708
    _PIAllocFromDesc("Iallocator for computing solution"),
1705
    ("target_groups", None, ht.TMaybeListOf(ht.TNonEmptyString),
1706
     "Destination group names or UUIDs (defaults to \"all but current group\""),
1709
    _PTargetGroups,
1707 1710
    ]
1708 1711
  OP_RESULT = TJobIdListOnly
1709 1712

  
......
1788 1791
    _PGroupName,
1789 1792
    _PEarlyRelease,
1790 1793
    _PIAllocFromDesc("Iallocator for computing solution"),
1791
    ("target_groups", None, ht.TMaybeListOf(ht.TNonEmptyString),
1792
     "Destination group names or UUIDs"),
1794
    _PTargetGroups,
1793 1795
    ]
1794 1796
  OP_RESULT = TJobIdListOnly
1795 1797

  

Also available in: Unified diff