Inherit 2.3 VolumeCollection class in 2.4

Change-Id: I14326232d9deb7c43d15836a12814a9c2aa79184
This commit is contained in:
Lin Yang 2019-01-03 22:39:41 -08:00
parent 203df22a5e
commit 6c46d04f78

View File

@ -14,7 +14,6 @@
# under the License.
from sushy import exceptions
from sushy.resources import base
from rsd_lib.resources.v2_3.storage_service import volume
@ -40,7 +39,7 @@ class Volume(volume.Volume):
self._conn.patch(self.path, data=data)
class VolumeCollection(base.ResourceCollectionBase):
class VolumeCollection(volume.VolumeCollection):
@property
def _resource_type(self):