Bug 1042981

Summary: [RFE][oslo]: Move common code in VMware nova, cinder and glance drivers into OSLO
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: RFEsAssignee: RHOS Maint <rhos-maint>
Status: CLOSED UPSTREAM QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: markmc, scohen, yeylon
Target Milestone: Upstream M3Keywords: FutureFeature, Triaged
Target Release: 5.0 (RHEL 7)   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/oslo/+spec/vmware-api
Whiteboard: upstream_milestone_icehouse-3 upstream_status_implemented upstream_definition_approved
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-03-27 13:49:48 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description RHOS Integration 2013-12-13 16:51:25 UTC
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