diff options
author | Trishna Guha <trishnaguha17@gmail.com> | 2018-01-05 13:14:02 +0530 |
---|---|---|
committer | John R Barker <john@johnrbarker.com> | 2018-01-05 07:44:02 +0000 |
commit | 9d2182bcf8c87402e733b13c5bc261c9b5519237 (patch) | |
tree | 161de77b234ba20273fc0fe1d0fb1eacdc280da3 /CHANGELOG.md | |
parent | e9a5ff912a1e2bc2fc42e8b2f6a82d14e6f7f6dc (diff) | |
download | ansible-9d2182bcf8c87402e733b13c5bc261c9b5519237.tar.gz |
Deprecate nxos_switchport and Add nxos_l2_interface DI module (#33813)
* Deprecate nxos_switchport
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* Add nxos_l2_interface DI module
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* pep8 fixes
* aggregate test for nxos_l2_interface
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* revert nxos_switchport test change
* gundalow's comment
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8be5474d4e..911ecf88c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ Ansible Changes By Release check_invalid_arguments will be removed in Ansible-2.9. * nxos_ip_interface module is deprecated in Ansible 2.5. Use nxos_l3_interface module instead. * nxos_portchannel module is deprecated in Ansible 2.5. Use nxos_linkagg module instead. +* nxos_switchport module is deprecated in Ansible 2.5. Use nxos_l2_interface module instead. ### Minor Changes * added a few new magic vars corresponding to configuration/command line options: |