cinder/cinder/volume/drivers/san
Jim Branen 00b7574d9a 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 57e8cdb9dd)
2014-07-30 16:52:29 -05:00
..
hp Fixes HP LeftHand driver with Paramiko 1.13.0 2014-07-30 16:52:29 -05:00
__init__.py New HP LeftHand array iSCSI driver 2014-02-10 12:59:34 -08:00
san.py Remove vim header 2013-12-30 18:53:02 -06:00
solaris.py Fix solaris_execute in SolarisISCSIDriver. 2014-05-18 09:18:37 -07:00