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:
|
||||
|
||||
* TBA
|
||||
* cloud:rax_clb_nodes -- manage Rackspace cloud load balancers
|
||||
|
||||
Misc changes:
|
||||
|
||||
|
|
|
@ -100,8 +100,8 @@ options:
|
|||
requirements: [ "pyrax" ]
|
||||
author: Lukasz Kawczynski
|
||||
notes:
|
||||
- The following environment variables can be used: C(RAX_USERNAME),
|
||||
C(RAX_API_KEY), C(RAX_CREDENTIALS) and C(RAX_REGION).
|
||||
- "The following environment variables can be used: C(RAX_USERNAME),
|
||||
C(RAX_API_KEY), C(RAX_CREDENTIALS) and C(RAX_REGION)."
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
Loading…
Reference in a new issue