cinder/releasenotes/notes/datera-2.3-driver-update-12d0221fd4bb9fb0.yaml
Matt Smith 9a8dc08346 Datera 2.3 driver update
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
2017-01-06 13:25:54 -08:00

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.