]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Added missing accept_transfer to FC
authorWalter A. Boring IV <walter.boring@hp.com>
Thu, 16 Jan 2014 19:44:13 +0000 (11:44 -0800)
committerWalter A. Boring IV <walter.boring@hp.com>
Thu, 16 Jan 2014 20:10:00 +0000 (12:10 -0800)
commitf1d30c9bc4ae626883d827d3b0a0458aa9f70820
tree6dafd55bf277500ce0211fc4482b03b6a96d192f
parent5be4620ae5bb50c8436de0e11269c85a095ed40b
Added missing accept_transfer to FC

The base class FibreChannelDriver was
missing the new accept_transfer method.
This was caught while running the devstack
driver certification tests again the
3PAR FC driver.
This patch adds the missing method to the
base VolumeDriver.

Change-Id: I0aa91a4f11edd03eee7607d15317b89c30732cb7
Closes-Bug: #1269633
cinder/volume/driver.py