summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2015-07-20 11:34:57 -0400
committerBrian Coca <brian.coca+git@gmail.com>2015-07-20 11:34:57 -0400
commit46f01535ec343e4e136694d6f3ad04b039beb5a4 (patch)
treecbd3d5524ea7090ccadb222759971da96b2d3cae
parentaea762bfce9d6ebe0b062a1b7e23df4c8df92380 (diff)
downloadansible-modules-extras-46f01535ec343e4e136694d6f3ad04b039beb5a4.tar.gz
minor docfixes
-rw-r--r--cloud/centurylink/clc_group.py8
-rw-r--r--cloud/centurylink/clc_publicip.py8
2 files changed, 8 insertions, 8 deletions
diff --git a/cloud/centurylink/clc_group.py b/cloud/centurylink/clc_group.py
index 122b71b2..3ec92612 100644
--- a/cloud/centurylink/clc_group.py
+++ b/cloud/centurylink/clc_group.py
@@ -61,12 +61,12 @@ requirements:
notes:
- To use this module, it is required to set the below environment variables which enables access to the
Centurylink Cloud
- - CLC_V2_API_USERNAME: the account login id for the centurylink cloud
- - CLC_V2_API_PASSWORD: the account passwod for the centurylink cloud
+ - CLC_V2_API_USERNAME, the account login id for the centurylink cloud
+ - CLC_V2_API_PASSWORD, the account passwod for the centurylink cloud
- Alternatively, the module accepts the API token and account alias. The API token can be generated using the
CLC account login and password via the HTTP api call @ https://api.ctl.io/v2/authentication/login
- - CLC_V2_API_TOKEN: the API token generated from https://api.ctl.io/v2/authentication/login
- - CLC_ACCT_ALIAS: the account alias associated with the centurylink cloud
+ - CLC_V2_API_TOKEN, the API token generated from https://api.ctl.io/v2/authentication/login
+ - CLC_ACCT_ALIAS, the account alias associated with the centurylink cloud
- Users can set CLC_V2_API_URL to specify an endpoint for pointing to a different CLC environment.
'''
diff --git a/cloud/centurylink/clc_publicip.py b/cloud/centurylink/clc_publicip.py
index 0b001d0c..9879b61f 100644
--- a/cloud/centurylink/clc_publicip.py
+++ b/cloud/centurylink/clc_publicip.py
@@ -60,12 +60,12 @@ requirements:
notes:
- To use this module, it is required to set the below environment variables which enables access to the
Centurylink Cloud
- - CLC_V2_API_USERNAME: the account login id for the centurylink cloud
- - CLC_V2_API_PASSWORD: the account passwod for the centurylink cloud
+ - CLC_V2_API_USERNAME, the account login id for the centurylink cloud
+ - CLC_V2_API_PASSWORD, the account passwod for the centurylink cloud
- Alternatively, the module accepts the API token and account alias. The API token can be generated using the
CLC account login and password via the HTTP api call @ https://api.ctl.io/v2/authentication/login
- - CLC_V2_API_TOKEN: the API token generated from https://api.ctl.io/v2/authentication/login
- - CLC_ACCT_ALIAS: the account alias associated with the centurylink cloud
+ - CLC_V2_API_TOKEN, the API token generated from https://api.ctl.io/v2/authentication/login
+ - CLC_ACCT_ALIAS, the account alias associated with the centurylink cloud
- Users can set CLC_V2_API_URL to specify an endpoint for pointing to a different CLC environment.
'''