From cc4dde9686c7e59d4194f8ead9c39ccdc34a804f 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 --- cloud/rax_clb_nodes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud/rax_clb_nodes b/cloud/rax_clb_nodes index 894303fb15d..9276db458d4 100644 --- a/cloud/rax_clb_nodes +++ b/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 = '''