]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Port NetApp E-Series iSCSI driver to ABC model
authorTom Barron <tpb@dyncloud.net>
Sat, 20 Jun 2015 08:57:54 +0000 (04:57 -0400)
committerTom Barron <tpb@dyncloud.net>
Mon, 6 Jul 2015 15:21:57 +0000 (15:21 +0000)
commitbf545b7ba1bf4b486e4c51ed151ea215a6553344
tree329d48fdc97e54dc94d65029f63be505f1097acd
parent87016e624b8dd5574d0c678e5869510b1358a7da
Port NetApp E-Series iSCSI driver to ABC model

This commit modifies the NetApp E-Series volume driver to the
new ABC driver model.  The corresponding FibreChannel driver
already uses that model since it was recently implemented and
was written with an appropriate ABC class signature in the first
place.  A corresponding class signature is now used for iSCSI.

This commit also modifies a couple doc strings to match the
corresponding FibreChannel driver.

Change-Id: I624efd6e511f15d34fff1d97a0848c2610185e17
Partially-implements: blueprint abc-driver-update
cinder/volume/drivers/netapp/eseries/iscsi_driver.py