Sha256: feb2608b86015bfc7ad9959fa01defd6e924b11efec8328435b6f3296226b0b0
Contents?: true
Size: 303 Bytes
Versions: 11
Compression:
Stored size: 303 Bytes
Contents
module Fog module Libvirt class Compute class Real def create_volume(pool_name, xml) client.lookup_storage_pool_by_name(pool_name).create_vol_xml(xml) end end class Mock def create_volume(pool_name, xml) end end end end end
Version data entries
11 entries across 11 versions & 2 rubygems