Comment 7 for bug 1298608

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

Reviewed: https://review.openstack.org/110800
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=00b7574d9a6e3818b3d032a8de05a03ddd94c2d6
Submitter: Jenkins
Branch: stable/icehouse

commit 00b7574d9a6e3818b3d032a8de05a03ddd94c2d6
Author: Jim Branen <email address hidden>
Date: Fri Apr 4 13:36:42 2014 -0700

    Fixes HP LeftHand driver with Paramiko 1.13.0

    With Paramiko 1.13.0, the method exec_command now returns Unicode.
    This causes a problem when the driver tries to build the XML returned
    from the LeftHand array. The XML header returned from the array defines
    the encoding as encoding=UTF-8. Therefore, we must now ensure the
    encoding passed to the parser is utf-8.

    Change-Id: I7b504626e2d9a0ee2b62820b11f56eb136e31987
    closes-bug: #1298608
    (cherry picked from commit 57e8cdb9dd8e24919bc2243438a6bded53491b3e)