Minor doc fix and a CHANGELOG update for the new rax_clb_nodes module
This commit is contained in:
parent
e4ee97384a
commit
93fd06d48c
2 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ Highlighted new features:
|
||||||
|
|
||||||
New modules:
|
New modules:
|
||||||
|
|
||||||
* TBA
|
* cloud:rax_clb_nodes -- manage Rackspace cloud load balancers
|
||||||
|
|
||||||
Misc changes:
|
Misc changes:
|
||||||
|
|
||||||
|
|
|
@ -100,8 +100,8 @@ options:
|
||||||
requirements: [ "pyrax" ]
|
requirements: [ "pyrax" ]
|
||||||
author: Lukasz Kawczynski
|
author: Lukasz Kawczynski
|
||||||
notes:
|
notes:
|
||||||
- The following environment variables can be used: C(RAX_USERNAME),
|
- "The following environment variables can be used: C(RAX_USERNAME),
|
||||||
C(RAX_API_KEY), C(RAX_CREDENTIALS) and C(RAX_REGION).
|
C(RAX_API_KEY), C(RAX_CREDENTIALS) and C(RAX_REGION)."
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|
Loading…
Reference in a new issue