]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Handle config file with newlines and whitespaces
authorXing Yang <xing.yang@emc.com>
Sat, 13 Sep 2014 00:16:56 +0000 (20:16 -0400)
committerXing Yang <xing.yang@emc.com>
Mon, 15 Sep 2014 03:39:13 +0000 (23:39 -0400)
commit6d59790b9cd42309417ae1866e40a06dcb557abe
tree5bfe62f8e85f1fc331a1b7cc42d853bf60d70703
parenteb01ccba28b0feabe6220c125776fee3c2c52505
Handle config file with newlines and whitespaces

EMC VMAX driver does not handle newlines and whitespaces
consistently in the XML config file. This patch addressed
this issue.

Change-Id: I45f61f167feee9174ba2bc3229695b680f8e946d
Closes-Bug: #1364232
cinder/tests/test_emc_vmax.py
cinder/volume/drivers/emc/emc_vmax_common.py
cinder/volume/drivers/emc/emc_vmax_utils.py