cinder/releasenotes/notes/vnx-new-driver-7e96934c2d3a6edc.yaml
Vipin Balachandran a49711f6dd Newton release notes cleanup
Rephrasing some of the Newton release notes for clarity.
Also, fixing wrong section name in one of the release
notes.

Change-Id: Ic5371b04c369959d4ac9d769125dfe18b3d4d82f
2016-09-13 10:55:46 +05:30

16 lines
632 B
YAML

---
features:
- New Cinder driver based on storops library (available in pypi)
for EMC VNX.
upgrade:
- For EMC VNX backends, please upgrade to use
``cinder.volume.drivers.emc.vnx.driver.EMCVNXDriver``. Add config option
``storage_protocol = fc`` or ``storage_protocol = iscsi`` to the driver
section to enable the FC or iSCSI driver respectively.
deprecations:
- Old VNX FC (``cinder.volume.drivers.emc.emc_cli_fc.EMCCLIFCDriver``)/
iSCSI (``cinder.volume.drivers.emc.emc_cli_iscsi.EMCCLIISCSIDriver``)
drivers are deprecated. Please refer to upgrade section for information
about the new driver.