From 73a11be267a371712583e4136f5ceb05c6c3e679 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 --- storage/netapp/netapp_e_auth.py | 14 -------------- storage/netapp/netapp_e_lun_mapping.py | 14 -------------- 2 files changed, 28 deletions(-) diff --git a/storage/netapp/netapp_e_auth.py b/storage/netapp/netapp_e_auth.py index a9f54257a3d..36fd7919dcf 100644 --- a/storage/netapp/netapp_e_auth.py +++ b/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/storage/netapp/netapp_e_lun_mapping.py b/storage/netapp/netapp_e_lun_mapping.py index 439a7e4f5e5..7a4e28fcdaf 100644 --- a/storage/netapp/netapp_e_lun_mapping.py +++ b/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