]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Dell Storage Center API change fails init_conn
authorTom Swanson <tom_swanson@dell.com>
Tue, 24 Mar 2015 17:57:22 +0000 (12:57 -0500)
committerTom Swanson <tom_swanson@dell.com>
Tue, 24 Mar 2015 18:46:39 +0000 (13:46 -0500)
commitcbc9fe5d61c6ea4aa3ca0fd97b9ccebd4bb2fe30
tree1a68a995d8e47116a14839e9e1a26bf58ec27f6e
parent37713115be3dec1a92e47906fa96d205d77a4274
Dell Storage Center API change fails init_conn

An attribute in the dell storage center REST API containing
the world wide name of the target device changed.  This meant
that on intialize connection we were returning None instead of
the wwn.

The driver has been changed to look for the new attribute and
to fall back to the old.  If neither is found it will not
return a target wwn of None.

Change-Id: I6ae6870d46937089bd6ed8799895f7068eebf01d
Closes-Bug: 1435935
cinder/volume/drivers/dell/dell_storagecenter_api.py