cinder/releasenotes/notes/vnx-repv2.1-config-update-cc2f60c20aec88dd.yaml
Peter Wang 8f845056fd VNX:Add more check on replication_device keys
This change makes following keys optional

* san_login, san_password, storage_vnx_authentication_type,
* storage_vnx_security_file_dir

and the following keys mandatory:

* backend_id, san_ip

DocImpact
Closes-bug: 1627569
Change-Id: I01d7f8c3d752761d3347d3fc24bad1291ebbee41
2016-10-24 05:40:57 -04:00

9 lines
367 B
YAML

---
upgrade:
- In VNX Cinder driver, ``replication_device`` keys, ``backend_id`` and
``san_ip`` are mandatory now. If you prefer security file authentication,
please append ``storage_vnx_security_file_dir`` in ``replication_device``,
otherwise, append ``san_login``, ``san_password``,
``storage_vnx_authentication_type`` in ``replication_device``.