Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/oslo/+spec/vmware-api. Description: There is lot of common code between VMware drivers for nova, cinder and glance; for e.g., session management and VIM API invocation code. The current plan is to move the following code in cinder into OSLO: * session management in api.py * vim api invocation code in api.py and vim.py * utility methods defined in vim_util.py * code for image transfer between glance and VMware servers defined in vmware_images.py, io_util.py and read_write_util.py note: all file names referred here are located at cinder/volume/drivers/vmware Specification URL (additional information): None