Revision cb178a1e qa/qa_instance.py

b/qa/qa_instance.py
338 338
  @type instance: string
339 339
  @param instance: Instance name
340 340
  @type spec: string
341
  @param spec: one of the supported parameters: "mem-size", "cpu-count",
341
  @param spec: one of the supported parameters: "memory-size", "cpu-count",
342 342
      "disk-count", "disk-size", "nic-count"
343 343
  @rtype: tuple
344 344
  @return: (minspec, maxspec); minspec and maxspec can be different only for
......
346 346

  
347 347
  """
348 348
  specmap = {
349
    "mem-size": ["be/minmem", "be/maxmem"],
349
    "memory-size": ["be/minmem", "be/maxmem"],
350 350
    "cpu-count": ["vcpus"],
351 351
    "disk-count": ["disk.count"],
352 352
    "disk-size": ["disk.size/ "],

Also available in: Unified diff