From f1103a7a025c2012a5bfb2a7777db76ad821fbd2 Mon Sep 17 00:00:00 2001 From: Trishna Guha Date: Thu, 10 May 2018 15:28:37 +0530 Subject: [PATCH] remove purge from nxos_logging doc, argspec (#39947) * remove purge from nxos_logging doc, argspec Signed-off-by: Trishna Guha * shippable Signed-off-by: Trishna Guha --- lib/ansible/modules/network/nxos/nxos_logging.py | 7 +------ test/sanity/validate-modules/ignore.txt | 1 - 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/lib/ansible/modules/network/nxos/nxos_logging.py b/lib/ansible/modules/network/nxos/nxos_logging.py index cf263deae4..e20bd7c0d4 100644 --- a/lib/ansible/modules/network/nxos/nxos_logging.py +++ b/lib/ansible/modules/network/nxos/nxos_logging.py @@ -52,10 +52,6 @@ options: - Set logging serverity levels for facility based log messages. aggregate: description: List of logging definitions. - purge: - description: - - Purge logging not defined in the aggregate parameter. - default: no state: description: - State of the logging configuration. @@ -295,8 +291,7 @@ def main(): dest_level=dict(type='int', aliases=['level']), facility_level=dict(type='int'), state=dict(default='present', choices=['present', 'absent']), - aggregate=dict(type='list'), - purge=dict(default=False, type='bool') + aggregate=dict(type='list') ) argument_spec.update(nxos_argument_spec) diff --git a/test/sanity/validate-modules/ignore.txt b/test/sanity/validate-modules/ignore.txt index 8e3f0d2a47..d513cbeb9b 100644 --- a/test/sanity/validate-modules/ignore.txt +++ b/test/sanity/validate-modules/ignore.txt @@ -1059,7 +1059,6 @@ lib/ansible/modules/network/nxos/nxos_gir.py E326 lib/ansible/modules/network/nxos/nxos_igmp_interface.py E326 lib/ansible/modules/network/nxos/nxos_interface.py E324 lib/ansible/modules/network/nxos/nxos_lldp.py E326 -lib/ansible/modules/network/nxos/nxos_logging.py E325 lib/ansible/modules/network/nxos/nxos_nxapi.py E324 lib/ansible/modules/network/nxos/nxos_nxapi.py E326 lib/ansible/modules/network/nxos/nxos_pim_interface.py E326