]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Create proxy volume driver
authorMarc Koderer <marc@koderer.com>
Wed, 10 Dec 2014 06:29:25 +0000 (07:29 +0100)
committerMarc Koderer <marc@koderer.com>
Fri, 2 Jan 2015 08:04:52 +0000 (09:04 +0100)
commit6049ffa244875b90f25e2db1404bea2b6f7d5976
treec2b4bb3ee96b9de0778d62235882d0635cd08d0a
parent8c10e1f04fc04a6abfe83798b5c8986f144614d4
Create proxy volume driver

Drivers that need a special proxy logic can't inherit from BaseVD
directly. This is problematic for the ABCmeta feature since the class
model can't be accessed easily with isinstance().

Change-Id: I553a72991bb450e8581a757fb98a264ed1ba8fb2
Partly-Implements: blueprint abc-volume-drivers
cinder/volume/driver.py
cinder/volume/drivers/netapp/common.py