summaryrefslogtreecommitdiff
path: root/keystone_manage
diff options
context:
space:
mode:
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: