From 0dbe20beae315609cac452162fbfdb86933c0b81 Mon Sep 17 00:00:00 2001 From: GGabriele Date: Mon, 5 Sep 2016 17:45:35 +0200 Subject: [PATCH] Fixed docstring --- network/nxos/nxos_vxlan_vtep.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/network/nxos/nxos_vxlan_vtep.py b/network/nxos/nxos_vxlan_vtep.py index 6581370bf93..be03739bf52 100644 --- a/network/nxos/nxos_vxlan_vtep.py +++ b/network/nxos/nxos_vxlan_vtep.py @@ -20,7 +20,7 @@ DOCUMENTATION = ''' --- module: nxos_vxlan_vtep version_added: "2.2" -short_description: Manages VXLAN Network Virtualization Endpoint (NVE) +short_description: Manages VXLAN Network Virtualization Endpoint (NVE). description: - Manages VXLAN Network Virtualization Endpoint (NVE) overlay interface that terminates VXLAN tunnels. @@ -28,13 +28,13 @@ author: Gabriele Gerbino (@GGabriele) extends_documentation_fragment: nxos notes: - The module is used to manage NVE properties, not to create NVE - interfaces. Use nxos_interface if you wish to do so. - - State 'absent' removes the interface - - default, where supported, restores params default value + interfaces. Use M(nxos_interface) if you wish to do so. + - C(state=absent) removes the interface. + - Default, where supported, restores params default value. options: interface: description: - - Interface name for the VXLAN Network Virtualization Endpoint + - Interface name for the VXLAN Network Virtualization Endpoint. required: true description: description: @@ -67,7 +67,8 @@ options: default: null state: description: - - Determines whether the config should be present or not on the device. + - Determines whether the config should be present or not + on the device. required: false default: present choices: ['present','absent']