Minor doc fix and a CHANGELOG update for the new rax_clb_nodes module

This commit is contained in:
James Cammarata 2013-09-20 16:57:29 -05:00
parent e4ee97384a
commit 93fd06d48c
2 changed files with 3 additions and 3 deletions

View file

@ -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:

View file

@ -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 = '''