summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xkoan/app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/koan/app.py b/koan/app.py
index 6a3fae87..861dd922 100755
--- a/koan/app.py
+++ b/koan/app.py
@@ -1381,7 +1381,7 @@ class Koan:
if self.virt_type in [ "xenpv", "xenfv" ]:
prefix = "/var/lib/xen/images/"
elif self.virt_type == "qemu":
- prefix = "/opt/qemu/"
+ prefix = "/var/lib/libvirt/images/"
elif self.virt_type == "vmwarew":
prefix = "/var/lib/vmware/%s/" % name
else: