Files
puppet-cinder/releasenotes/notes/remove-eqlx-deprecated-options-a3898135d783f4e.yaml
ZhongShengping dff1b165ec Remove the eqlx deprecated options
The eqlx deprecated options have been removed in cinder.
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

Change-Id: I295d8388ba17dd60e83995e7c82f64f02a3c4258
2017-03-08 13:45:14 +08:00

16 lines
443 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