]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix some issues with pool name sent to SVC
authorgfm <gfm@us.ibm.com>
Fri, 6 Mar 2015 01:02:11 +0000 (19:02 -0600)
committergfm <gfm@us.ibm.com>
Fri, 6 Mar 2015 16:31:54 +0000 (10:31 -0600)
commit1c06d57ea6adad929b08d810405f6480e5752296
treea709f28b32eb5acdbf61dfc726274075b5653df2
parentdafa5f643d96c1283909a8467eab72593d50f4b5
Fix some issues with pool name sent to SVC

Add quotes around a pool name so a pool name with
imbedded spaces is a single argument when it arrives
on the SVC

What is happening today is SVC returns a usage
error and fails the request.

Update unit tests to verify quotes where added.

Closes-Bug: 1422903

Change-Id: Ic96304b907913dd8b11a583f03d169f314d851de
cinder/tests/test_storwize_svc.py
cinder/volume/drivers/ibm/storwize_svc/ssh.py