8f845056fd
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
9 lines
367 B
YAML
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``.
|
|
|