Remove redundant doc keys for netapp_e_ modules (#2968)

Fixes #2967
pull/18777/head
Adrian Likins 8 years ago committed by Matt Clay
parent 10e50652b2
commit 50dcce185f

@ -26,20 +26,6 @@ description:
version_added: "2.2" version_added: "2.2"
author: Kevin Hulquest (@hulquest) author: Kevin Hulquest (@hulquest)
options: 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: validate_certs:
required: false required: false
default: true default: true

@ -27,20 +27,6 @@ description:
- Allows for the creation and removal of volume to host mappings for NetApp E-series storage arrays. - Allows for the creation and removal of volume to host mappings for NetApp E-series storage arrays.
version_added: "2.2" version_added: "2.2"
options: 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: validate_certs:
required: false required: false
default: true default: true

Loading…
Cancel
Save