c973511fbb436909e25ac47dfe47aaf6aa465af0
When iscsi_initiators option for EMC Cinder Driver has no value, a dict object is returned by find_available_iscsi_targets() in EMC Cinder Driver while a list is expected. Thus an initialize_connection() will fail due to the inconsistency. This patch is to fix this inconsistency in the driver. Change-Id: I094340cc60da4a8b423233983a1d00784bbbb8ea Closes-Bug: 1422563
CINDER
You have come across a storage service for an open cloud computing service. It has identified itself as Cinder. It was abstracted from the Nova project.
- Wiki: http://wiki.openstack.org/Cinder
- Developer docs: http://docs.openstack.org/developer/cinder
Getting Started
If you'd like to run from the master branch, you can clone the git repo:
git clone https://github.com/openstack/cinder.git
For developer information please see HACKING.rst
You can raise bugs here http://bugs.launchpad.net/cinder
Python client
Description