]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix the KeyError in CloudByte iSCSI cinder driver
authoryogeshprasad <yogesh.prasad@cloudbyte.com>
Thu, 7 May 2015 11:17:12 +0000 (16:47 +0530)
committeryogeshprasad <yogesh.prasad@cloudbyte.com>
Thu, 7 May 2015 14:47:01 +0000 (20:17 +0530)
commit957a8db0bb8b9577635308d55ae0100e9adfe04a
tree5fc5eef89c0c150bdf03308bd43e491ebd748baa
parent1f84ca5c26532386c07667bb9d2cfbff192151bb
Fix the KeyError in CloudByte iSCSI cinder driver

Driver returns KeyError during list TSM if there is no TSM
found in CloudByte Storage.
This patch will make driver to return proper message.

Change-Id: I77f137afc87b63c0b491e010a1b8ccf63e9e89c2
Closes-Bug: 1452642
cinder/tests/unit/test_cloudbyte.py
cinder/volume/drivers/cloudbyte/cloudbyte.py