From 532c7db03b90b54b8859d764084f79cd3ee7e50b Mon Sep 17 00:00:00 2001 From: Paul Durivage Date: Fri, 27 Sep 2013 15:51:07 -0500 Subject: [PATCH] Update example to use RAX_CREDS_FILE env var --- plugins/inventory/rax.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/inventory/rax.py b/plugins/inventory/rax.py index 5acb6050a68..abfc90dd516 100755 --- a/plugins/inventory/rax.py +++ b/plugins/inventory/rax.py @@ -70,9 +70,9 @@ notes: requirements: [ "pyrax" ] examples: - description: List server instances - code: RAX_CREDS=~/.raxpub RAX_REGION=ORD rax.py --list + code: RAX_CREDS_FILE=~/.raxpub RAX_REGION=ORD rax.py --list - description: List server instance properties - code: RAX_CREDS=~/.raxpub RAX_REGION=ORD rax.py --host + code: RAX_CREDS_FILE=~/.raxpub RAX_REGION=ORD rax.py --host ''' import sys