]> 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)
committerThomas Goirand <thomas@goirand.fr>
Mon, 9 Jun 2014 14:08:51 +0000 (22:08 +0800)
commit39f5a29d00138cbe136790fdac8b276e85074341
tree2ba03d585eb34b1dbd38406fe1866b5c115af7ae
parent8dcbc1729aa240cf31a9622ffea8cb27af9711a5
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
(cherry picked from commit a7f24f0a2395594ead7eb8a5cef894b257cd7e4f)
cinder/volume/drivers/san/solaris.py