summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nova/virt/xenapi/vm_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/virt/xenapi/vm_utils.py b/nova/virt/xenapi/vm_utils.py
index a723c5e22..666b84b76 100644
--- a/nova/virt/xenapi/vm_utils.py
+++ b/nova/virt/xenapi/vm_utils.py
@@ -644,7 +644,7 @@ class VMHelper(HelperBase):
# 3. Disk
is_pv = True
elif disk_image_type == ImageType.DISK_ISO:
- # 5. ISO
+ # 4. ISO
is_pv = False
else:
raise exception.Error(_("Unknown image format %(disk_image_type)s")