docs_fragments formatting and typo improvements (#17981)

This commit is contained in:
John R Barker 2016-10-14 15:13:15 +01:00 committed by GitHub
commit 9183bb6391
18 changed files with 133 additions and 136 deletions

View file

@ -22,13 +22,13 @@ class ModuleDocFragment(object):
options:
username:
description:
- The vca username or email address, if not set the environment variable VCA_USER is checked for the username.
- The vca username or email address, if not set the environment variable C(VCA_USER) is checked for the username.
required: false
default: None
aliases: ['user']
password:
description:
- The vca password, if not set the environment variable VCA_PASS is checked for the password
- The vca password, if not set the environment variable C(VCA_PASS) is checked for the password.
required: false
default: None
aliases: ['pass', 'pwd']
@ -39,34 +39,34 @@ options:
default: None
instance_id:
description:
- The instance id in a vchs environment to be used for creating the vapp
- The instance id in a vchs environment to be used for creating the vapp.
required: false
default: None
host:
description:
- The authentication host to be used when service type is vcd.
- The authentication host to be used when service type is vcd.
required: false
default: None
api_version:
description:
- The api version to be used with the vca
- The api version to be used with the vca.
required: false
default: "5.7"
service_type:
description:
- The type of service we are authenticating against
- The type of service we are authenticating against.
required: false
default: vca
choices: [ "vca", "vchs", "vcd" ]
state:
description:
- if the object should be added or removed
- If the object should be added or removed.
required: false
default: present
choices: [ "present", "absent" ]
verify_certs:
description:
- If the certificates of the authentication is to be verified
- If the certificates of the authentication is to be verified.
required: false
default: True
vdc_name:
@ -76,7 +76,7 @@ options:
default: None
gateway_name:
description:
- The name of the gateway of the vdc where the rule should be added
- The name of the gateway of the vdc where the rule should be added.
required: false
default: gateway
"""