From 92fe35ca7db92da2ea266d6907364e0591e0899f Mon Sep 17 00:00:00 2001 From: Greg DeKoenigsberg Date: Tue, 16 Jun 2015 11:26:33 -0400 Subject: [PATCH] Updated author data for modules --- cloud/rackspace/rax_clb.py | 4 +++- cloud/rackspace/rax_clb_nodes.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/cloud/rackspace/rax_clb.py b/cloud/rackspace/rax_clb.py index a3deae6f4a7..af46d82e0b4 100644 --- a/cloud/rackspace/rax_clb.py +++ b/cloud/rackspace/rax_clb.py @@ -103,7 +103,9 @@ options: description: - how long before wait gives up, in seconds default: 300 -author: Christopher H. Laco, Matt Martz +author: + - "Christopher H. Laco (@claco)" + - "Matt Martz (@sivel)" extends_documentation_fragment: rackspace ''' diff --git a/cloud/rackspace/rax_clb_nodes.py b/cloud/rackspace/rax_clb_nodes.py index 472fad19b1c..d832f5f26eb 100644 --- a/cloud/rackspace/rax_clb_nodes.py +++ b/cloud/rackspace/rax_clb_nodes.py @@ -85,7 +85,7 @@ options: required: false description: - Weight of node -author: Lukasz Kawczynski +author: "Lukasz Kawczynski (@neuroid)" extends_documentation_fragment: rackspace '''