]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fixes ssh-injection error while using chap authentication
authorJacob M. Jacob <jacob_jacob@dell.com>
Mon, 10 Mar 2014 22:25:41 +0000 (17:25 -0500)
committerJacob M. Jacob <jacob_jacob@dell.com>
Tue, 11 Mar 2014 17:45:33 +0000 (12:45 -0500)
commit9e858bebb89de05b1c9ecc27f5bd9fbff95a728e
tree6ca766d98dac68f95cbaa9bd753c4a5f3025d1fc
parent174be8249b81d08cb28dd515081d259d57d1a497
Fixes ssh-injection error while using chap authentication

A space in the command construction was being caught by the
ssh-injection check. The fix is to separate the command strings.

Change-Id: If1f719f9c2ceff31ed5386c53cf60bc7f522f4d7
Closes-Bug: #1280409
cinder/tests/test_eqlx.py
cinder/volume/drivers/eqlx.py