]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fixes running error for storwize _run_ssh
authorIvy Zhang <shzyu@cn.ibm.com>
Wed, 2 Mar 2016 07:35:56 +0000 (02:35 -0500)
committerJay S Bryant <jsbryant@us.ibm.com>
Wed, 2 Mar 2016 16:31:36 +0000 (10:31 -0600)
commit3048a4ae442f8ff6c44b4cd5187caa6280df2a99
tree2c26c05ca390464031c564ea29c87d62d4fa9abe
parent52e51cf53e5aa343dc440d491dd33d493573febb
Fixes running error for storwize _run_ssh

Two problems where introduced to the driver:
  1. _run_ssh method does not return a value.
  2. Passing wrong parameters to _ssh_execute method.

This patch fixes _run_ssh to return the appropriate value
and fixes the parameters to _ssh_execute.

Change-Id: Ia8bbed5abf1a3920af550eb399bf5d96715d1ea5
Closes-Bug: 1552111
cinder/volume/drivers/ibm/storwize_svc/storwize_svc_common.py