diff options
author | Nilashish Chakraborty <nilashishchakraborty8@gmail.com> | 2020-02-11 12:27:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-11 12:27:07 +0100 |
commit | 88f0c8522882467d512eb4f1769e0eaf78404760 (patch) | |
tree | 492bdaf088a011d574f7a5e7bace55042723b56d /changelogs | |
parent | Split out platform specific cleanup in pip test. (diff) | |
download | ansible-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.yaml | 3 |
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). |