Revision 615551b2 qa/qa_instance.py

b/qa/qa_instance.py
88 88
  disk_template = info["Disk template"]
89 89
  if not disk_template:
90 90
    raise qa_error.Error("Can't get instance disk template")
91
  storage_type = constants.DISK_TEMPLATES_STORAGE_TYPE[disk_template]
91
  storage_type = constants.MAP_DISK_TEMPLATE_STORAGE_TYPE[disk_template]
92 92

  
93 93
  re_drbdnode = re.compile(r"^([^\s,]+),\s+minor=([0-9]+)$")
94 94
  vols = []

Also available in: Unified diff