summaryrefslogtreecommitdiff
path: root/keystone_manage
diff options
context:
space:
mode:
authorLorin Hochstein <lorin@nimbisservices.com>2013-06-08 20:22:35 -0400
committerLorin Hochstein <lorin@nimbisservices.com>2013-06-08 20:22:35 -0400
commit2084763c4dab67059719f4dc082789d53ade7c6a (patch)
tree5209ff87339b80f089865477443d8750485dd003 /keystone_manage
parent31b17ee71f16320b45f8587e358a2513f54aa345 (diff)
downloadopenstack-ansible-modules-2084763c4dab67059719f4dc082789d53ade7c6a.tar.gz
Metadata updates
Diffstat (limited to 'keystone_manage')
-rw-r--r--keystone_manage8
1 files changed, 5 insertions, 3 deletions
diff --git a/keystone_manage b/keystone_manage
index 75f8cb5..cfba55b 100644
--- a/keystone_manage
+++ b/keystone_manage
@@ -17,11 +17,13 @@ options:
required: false
default: /etc/keystone/keystone.conf
requirements: [ keystone ]
-examples:
- - code: 'keystone_manage action=dbsync'
-
author: Lorin Hochstein
'''
+
+EXAMPLES = '''
+keystone_manage: action=dbsync
+'''
+
import subprocess
try: