From 50dcce185fced8407349383bfc2420ae97ee27cc Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Mon, 19 Sep 2016 11:23:21 -0400 Subject: [PATCH] Remove redundant doc keys for netapp_e_ modules (#2968) Fixes #2967 --- .../modules/extras/storage/netapp/netapp_e_auth.py | 14 -------------- .../extras/storage/netapp/netapp_e_lun_mapping.py | 14 -------------- 2 files changed, 28 deletions(-) diff --git a/lib/ansible/modules/extras/storage/netapp/netapp_e_auth.py b/lib/ansible/modules/extras/storage/netapp/netapp_e_auth.py index a9f54257a3d..36fd7919dcf 100644 --- a/lib/ansible/modules/extras/storage/netapp/netapp_e_auth.py +++ b/lib/ansible/modules/extras/storage/netapp/netapp_e_auth.py @@ -26,20 +26,6 @@ description: version_added: "2.2" author: Kevin Hulquest (@hulquest) options: - api_username: - required: true - description: - - The username to authenticate with the SANtricity WebServices Proxy or embedded REST API. - api_password: - required: true - description: - - The password to authenticate with the SANtricity WebServices Proxy or embedded REST API. - api_url: - required: true - description: - - The url to the SANtricity WebServices Proxy or embedded REST API. - example: - - https://prod-1.wahoo.acme.com/devmgr/v2 validate_certs: required: false default: true diff --git a/lib/ansible/modules/extras/storage/netapp/netapp_e_lun_mapping.py b/lib/ansible/modules/extras/storage/netapp/netapp_e_lun_mapping.py index 439a7e4f5e5..7a4e28fcdaf 100644 --- a/lib/ansible/modules/extras/storage/netapp/netapp_e_lun_mapping.py +++ b/lib/ansible/modules/extras/storage/netapp/netapp_e_lun_mapping.py @@ -27,20 +27,6 @@ description: - Allows for the creation and removal of volume to host mappings for NetApp E-series storage arrays. version_added: "2.2" options: - api_username: - required: true - description: - - The username to authenticate with the SANtricity WebServices Proxy or embedded REST API. - api_password: - required: true - description: - - The password to authenticate with the SANtricity WebServices Proxy or embedded REST API. - api_url: - required: true - description: - - The url to the SANtricity WebServices Proxy or embedded REST API. - example: - - https://prod-1.wahoo.acme.com/devmgr/v2 validate_certs: required: false default: true