From 93fd06d48c02c4b0e069f2694c27d48f1b958b09 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Fri, 20 Sep 2013 16:57:29 -0500 Subject: [PATCH] Minor doc fix and a CHANGELOG update for the new rax_clb_nodes module --- CHANGELOG.md | 2 +- library/cloud/rax_clb_nodes | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2967ee7375c..9e49144ea28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ Highlighted new features: New modules: -* TBA +* cloud:rax_clb_nodes -- manage Rackspace cloud load balancers Misc changes: diff --git a/library/cloud/rax_clb_nodes b/library/cloud/rax_clb_nodes index 894303fb15d..9276db458d4 100644 --- a/library/cloud/rax_clb_nodes +++ b/library/cloud/rax_clb_nodes @@ -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 = '''