]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Improves the parsing way of ssh returns
authorzhangchao010 <zhangchao010@huawei.com>
Thu, 12 Sep 2013 14:34:22 +0000 (22:34 +0800)
committerzhangchao010 <zhangchao010@huawei.com>
Fri, 13 Sep 2013 15:02:39 +0000 (23:02 +0800)
commit39c30022bf4c40240e507059e30d32d1b771a8b9
tree39633cb0df15a72de76e5cbf926563e52c3ab369
parent6a84a0b68d3b8b7de19e3df691b4816089a11a36
Improves the parsing way of ssh returns

Huawei driver failed to parse ssh result when firstly logging
in storage system on paramiko 1.8.0. The update of paramiko
make the order of ssh returns changed. This patch improves
the parsing way of ssh returns.

This patch also does some changes for log punctuations.

fixes bug 1224499
Change-Id: Ia8761081dff998884f45312355b62aa27ab5417c
cinder/volume/drivers/huawei/huawei_t.py
cinder/volume/drivers/huawei/ssh_common.py