cinder/releasenotes/notes/hnas-drivers-refactoring-9dbe297ffecced21.yaml
Adriano Rosso 6c61bdda46 HNAS drivers refactoring
HNAS NFS and iSCSI drivers need a refactoring in order to make
the codes more readable and easier to maintain.
This patch is refactoring the HNAS drivers codes, deprecating
the old paths and increasing the unit tests coverage.

Co-Authored-By: Alyson Rosa <alyson.rodrigues.rosa@gmail.com>
Also-By: Erlon Cruz <sombrafam@gmail.com>

DocImpact
Change-Id: I1b5d5155306c39c528af4037a5f54cf3d4dc1ffa
2016-08-03 10:04:49 -03:00

8 lines
347 B
YAML

upgrade:
- HNAS drivers have new configuration paths. Users should now use
``cinder.volume.drivers.hitachi.hnas_nfs.HNASNFSDriver`` for HNAS NFS driver
and ``cinder.volume.drivers.hitachi.hnas_iscsi.HNASISCSIDriver`` for HNAS
iSCSI driver.
deprecations:
- The old HNAS drivers configuration paths have been marked for deprecation.