cinder/releasenotes/notes/remove-eqlx-deprecated-options-89ba02c41d4da62a.yaml
Sean McGinnis c5630ce51d Clean up release notes for Ocata
Fix up various issues in the release notes in preparation for
branching the RC-1 release.

Change-Id: I8db5d2859c36d666732c513afe520d588ac9f3ba
2017-02-02 08:15:52 -06:00

16 lines
475 B
YAML

---
upgrade:
- |
Removing the Dell EqualLogic driver's deprecated configuration options.
Please replace old options in your cinder.conf with the new one.
* Removed - ``eqlx_cli_timeout``
* Replaced with - ``ssh_conn_timeout``
* Removed - ``eqlx_use_chap``
* Replaced with - ``use_chap_auth``
* Removed - ``eqlx_chap_login``
* Replaced with - ``chap_username``
* Removed - ``eqlx_chap_password``
* Replaced with - ``chap_password``