c5630ce51d
Fix up various issues in the release notes in preparation for branching the RC-1 release. Change-Id: I8db5d2859c36d666732c513afe520d588ac9f3ba
16 lines
475 B
YAML
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``
|