]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add manage_existing and unmanage to BaseVD
authorEric Harney <eharney@redhat.com>
Tue, 8 Sep 2015 18:10:55 +0000 (14:10 -0400)
committerEric Harney <eharney@redhat.com>
Tue, 8 Sep 2015 18:25:06 +0000 (14:25 -0400)
commit7edc87ff0e92043f5a21d630bbb9b966f5e34535
treeaf8d51f141b11511ab04adf6145cb04643582fa4
parent223fbd36b7ec433040f5b95dcbaacf46f6939b79
Add manage_existing and unmanage to BaseVD

manage_existing() and unmanage() only exist in the deprecated
VolumeDriver() class and not BaseVD.  This means that drivers
inheriting from *VD hit attribute errors when trying to call
either of these methods.

Related-Bug: #1478987
Related-Bug: #1493286
Related-Bug: #1471807
Closes-Bug: #1487329

Change-Id: Ie8aba971b51e1f5eaac5a4e681ea06b358ebb7b8
cinder/tests/unit/test_glusterfs.py
cinder/volume/driver.py