Classes to handle image files
Collection of classes to handle image upload/download to/from Image service (like Glance image storage and retrieval service) from/to ESX/ESXi server.
Bases: object
Glance file read handler class.
A dummy close just to maintain consistency.
Get the next item from the image iterator.
Read an item from the queue. The chunk size is ignored for the Client ImageBodyIterator uses its own CHUNKSIZE.
Bases: object
Base class for HTTP file.
Close the file handle.
Check if the end of file has been reached.
Get size of the file to be read.
Read a chunk of data.
Set the end of file marker.
Write data to the file.
Bases: nova.virt.vmwareapi.read_write_util.VMwareHTTPFile
VMware file read handler class.
Get size of the file to be read.
Read a chunk of data.
Bases: nova.virt.vmwareapi.read_write_util.VMwareHTTPFile
VMware file write handler class.
Get the response and close the connection.
Write to the file.