summaryrefslogtreecommitdiff
path: root/keystoneclient/generic/shell.py
diff options
context:
space:
mode:
authorJoe Heck <heckj@mac.com>2012-09-29 15:28:08 -0700
committerJoe Heck <heckj@mac.com>2012-10-01 17:47:34 +0000
commit0d48d1b6cea6e479e987ef954680206030249bcf (patch)
treee31c9604f05ab842f45a81873b289a02b696e6bc /keystoneclient/generic/shell.py
parentff5ea25a9a37f8207bcda634316de4d063ce984a (diff)
downloadpython-keystoneclient-0d48d1b6cea6e479e987ef954680206030249bcf.tar.gz
updating keystoneclient doc theme
adding in openstack theming enabling last update from git removing old manual references to API, converted entirely to autodoc updated .gitignore fixed docstring warnings and errors Change-Id: Id22ddc446331d52cbf56c3462d8b532fc37f64ac
Diffstat (limited to 'keystoneclient/generic/shell.py')
-rw-r--r--keystoneclient/generic/shell.py16
1 files changed, 9 insertions, 7 deletions
diff --git a/keystoneclient/generic/shell.py b/keystoneclient/generic/shell.py
index 16854f1..90fa4fd 100644
--- a/keystoneclient/generic/shell.py
+++ b/keystoneclient/generic/shell.py
@@ -28,13 +28,15 @@ def do_discover(cs, args):
extensions supported.
Usage::
- $ keystone discover
- Keystone found at http://localhost:35357
- - supports version v1.0 (DEPRECATED) here http://localhost:35357/v1.0
- - supports version v1.1 (CURRENT) here http://localhost:35357/v1.1
- - supports version v2.0 (BETA) here http://localhost:35357/v2.0
- - and RAX-KSKEY: Rackspace API Key Authentication Admin Extension
- - and RAX-KSGRP: Rackspace Keystone Group Extensions
+
+ $ keystone discover
+ Keystone found at http://localhost:35357
+
+ - supports version v1.0 (DEPRECATED) here http://localhost:35357/v1.0
+ - supports version v1.1 (CURRENT) here http://localhost:35357/v1.1
+ - supports version v2.0 (CURRENT) here http://localhost:35357/v2.0
+ - and RAX-KSKEY: Rackspace API Key Authentication Admin Extension
+ - and RAX-KSGRP: Rackspace Keystone Group Extensions
"""
if cs.endpoint:
versions = cs.discover(cs.endpoint)