MCPcopy
hub / github.com/retspen/webvirtcloud / get_storages

Method get_storages

vrtManager/connection.py:359–365  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

357 return util.is_kvm_available(self.get_cap_xml())
358
359 def get_storages(self):
360 storages = []
361 for pool in self.wvm.listStoragePools():
362 storages.append(pool)
363 for pool in self.wvm.listDefinedStoragePools():
364 storages.append(pool)
365 return storages
366
367 def get_networks(self):
368 virtnet = []

Callers 7

storageFunction · 0.80
get_storages_imagesMethod · 0.80
get_volume_pathMethod · 0.80
get_storages_infoMethod · 0.80
mount_isoMethod · 0.80
get_iso_mediaMethod · 0.80
create_instanceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected