Fixes for na_ontap_cluster_peer (#48329)

* Fixes for na_ontap_cluster_peer, incorporating review comments, version, etc.
This commit is contained in:
Chris Archibald
2018-11-29 14:22:02 -08:00
committed by Alicia Cozine
parent 655b27f571
commit 73348ae32d
2 changed files with 35 additions and 20 deletions

View File

@@ -114,6 +114,10 @@ Noteworthy module changes
a return value called ``diff`` was returned of type ``list``. To enable proper diff output, this was changed to
type ``dict``; the original ``list`` is returned as ``diff.differences``.
* The ``na_ontap_cluster_peer`` module has replaced ``source_intercluster_lif`` and ``dest_intercluster_lif`` string options with
``source_intercluster_lifs`` and ``dest_intercluster_lifs`` list options
Plugins
=======