1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

Adde urls for app

This commit is contained in:
Retspen 2015-04-02 09:37:46 +03:00
parent e87f202b1f
commit 8b39d4e429
8 changed files with 38 additions and 23 deletions

View file

@ -215,7 +215,8 @@ class wvmInstance(wvmConnect):
pass
finally:
result.append(
{'dev': dev, 'image': volume, 'storage': storage, 'path': src_fl, 'format': disk_format, 'size': disk_size})
{'dev': dev, 'image': volume, 'storage': storage, 'path': src_fl,
'format': disk_format, 'size': disk_size})
return result
return util.get_xml_path(self._XMLDesc(0), func=disks)