Attempt to clear up nxos_mtu tests and documentation (#23361)

nxos_system wasn't added until 2.3, so nxos_mtu should have been deprecated
then.
This commit is contained in:
Nathaniel Case 2017-04-06 12:26:17 -04:00 committed by GitHub
commit 98c23a3342
5 changed files with 21 additions and 60 deletions

View file

@ -25,7 +25,7 @@ DOCUMENTATION = '''
module: nxos_mtu
extends_documentation_fragment: nxos
version_added: "2.2"
deprecated: Deprecated in 2.2 use M(nxos_system)'s C(mtu) option.
deprecated: Deprecated in 2.3 use M(nxos_system)'s C(mtu) option.
short_description: Manages MTU settings on Nexus switch.
description:
- Manages MTU settings on Nexus switch.
@ -42,12 +42,12 @@ options:
default: null
mtu:
description:
- MTU for a specific interface.
- MTU for a specific interface. Must be an even number between 576 and 9216.
required: false
default: null
sysmtu:
description:
- System jumbo MTU.
- System jumbo MTU. Must be an even number between 576 and 9216.
required: false
default: null
state: