]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix solaris_execute in SolarisISCSIDriver.
authorScott Devoid <devoid@anl.gov>
Mon, 5 May 2014 21:44:44 +0000 (16:44 -0500)
committerScott Devoid <devoid@anl.gov>
Sat, 10 May 2014 01:56:37 +0000 (20:56 -0500)
commita7f24f0a2395594ead7eb8a5cef894b257cd7e4f
treec44f3830df8076ecd89e7d418ecf56f9ce699e2d
parentd756766ff108b600b887fccf60a8623e32f26f25
Fix solaris_execute in SolarisISCSIDriver.

A previous refactor [1] of SolarisISCSIDriver and SanDriver renamed
the `_execute` function to `san_execute`. However, SolarisISCSIDriver
still called the _execute function, which no longer exists in it's
parent classes.

This change calls san_execute instead of _execute in
super(SolarisISCSIDriver, san).

[1] https://review.openstack.org/#/c/38194/

Closes-Bug: #1318108
Change-Id: I4cafefdb3eef8f3c2c345907d7eabd4e8f88ef65
cinder/volume/drivers/san/solaris.py