Updating the Datera Cinder driver to version 2.3 and implemented the
following features:
- Added Datera EDF API 2.1 support
- Added dynamic API lookup
- Added Multi-Tenancy Support
- Added Template Support
- Broke driver up into modules. Moved API implementations into
their own modules for easier maintenance, created common
module for possible future drivers. Moved Datera driver
into datera/datera_iscsi.py module.
- Updated unit tests to test both API v2 and v2.1
DocImpact
UpgradeImpact
Change-Id: Id882583d7e5df6e41784affd4f74e2d0d117b18a
16 lines
470 B
YAML
16 lines
470 B
YAML
---
|
|
features:
|
|
- Added Datera EDF API 2.1 support.
|
|
- Added Datera Multi-Tenancy Support.
|
|
- Added Datera Template Support.
|
|
- Broke Datera driver up into modules.
|
|
upgrade:
|
|
- Datera driver location has changed from cinder.volume.drivers
|
|
.datera.DateraDriver to cinder.volume.drivers.datera.datera_iscsi
|
|
.DateraDriver.
|
|
|
|
deprecations:
|
|
- Deprecated datera_api_version option.
|
|
- Removed datera_acl_allow_all option.
|
|
- Removed datera_num_replicas option.
|