Comment 2 for bug 1288645

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (master)

Reviewed: https://review.openstack.org/78568
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=df03a9b9b7025a0e13d9387a74c304875dec0918
Submitter: Jenkins
Branch: master

commit df03a9b9b7025a0e13d9387a74c304875dec0918
Author: Xiao Chen <email address hidden>
Date: Thu Mar 6 18:13:46 2014 +0800

    resolve KeyError for IBM Storwize/SVC driver

    When using iSCSI protocol to conenct IBM v7000, and compression
    is not enabled for the system, KeyError may occur because of the response
    item's lack of 'license_compression_enclosures'. So add a check to
    resolve it.

    Change-Id: Ie53631ea5b047650897313ad5614f6e1df5377f2
    Closes-Bug: #1288645