Revision af9fb4cc lib/config.py

b/lib/config.py
248 248
  def GetGroupDiskParams(self, group):
249 249
    """Get the disk params populated with inherit chain.
250 250

  
251
    @type group: L{objects.Group}
251
    @type group: L{objects.NodeGroup}
252 252
    @param group: The group we want to know the params for
253 253
    @return: A dict with the filled in disk params
254 254

  
......
258 258
  def _UnlockedGetGroupDiskParams(self, group):
259 259
    """Get the disk params populated with inherit chain down to node-group.
260 260

  
261
    @type group: L{objects.Group}
261
    @type group: L{objects.NodeGroup}
262 262
    @param group: The group we want to know the params for
263 263
    @return: A dict with the filled in disk params
264 264

  

Also available in: Unified diff