summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorNilashish Chakraborty <nilashishchakraborty8@gmail.com>2020-02-11 12:27:07 +0100
committerGitHub <noreply@github.com>2020-02-11 12:27:07 +0100
commit88f0c8522882467d512eb4f1769e0eaf78404760 (patch)
tree492bdaf088a011d574f7a5e7bace55042723b56d /changelogs
parentSplit out platform specific cleanup in pip test. (diff)
downloadansible-88f0c8522882467d512eb4f1769e0eaf78404760.tar.xz
ansible-88f0c8522882467d512eb4f1769e0eaf78404760.zip
Remove deprecated attributes from nxos_igmp_interface (#67186)
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/67186_remove_deprecated_keys_nxos.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/67186_remove_deprecated_keys_nxos.yaml b/changelogs/fragments/67186_remove_deprecated_keys_nxos.yaml
new file mode 100644
index 0000000000..d45d9a58d8
--- /dev/null
+++ b/changelogs/fragments/67186_remove_deprecated_keys_nxos.yaml
@@ -0,0 +1,3 @@
+---
+removed_features:
+ - Removed previously deprecated keys ``oif_prefix`` and ``oif_source`` from nxos_igmp_interface (https://github.com/ansible/ansible/pull/67186).