summaryrefslogtreecommitdiff
path: root/cinderclient
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-08-09 10:54:36 +0000
committerGerrit Code Review <review@openstack.org>2016-08-09 10:54:36 +0000
commit09d7e92dbc1ccd1906def40b745277ea032f4199 (patch)
tree49b5985d8b17c8fc9d111f0a437e2f3bd941e562 /cinderclient
parent931f847dc65e7b4b0beead17706b4bdbdd629f40 (diff)
parentaf4cfb0f64ff064feb71cb6eb1634c153218d4aa (diff)
downloadpython-cinderclient-09d7e92dbc1ccd1906def40b745277ea032f4199.tar.gz
Merge "Change api-version help to indicate server API"
Diffstat (limited to 'cinderclient')
-rw-r--r--cinderclient/v3/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cinderclient/v3/shell.py b/cinderclient/v3/shell.py
index 74d9a3e..74f1862 100644
--- a/cinderclient/v3/shell.py
+++ b/cinderclient/v3/shell.py
@@ -2785,7 +2785,7 @@ def do_failover_host(cs, args):
@utils.service_type('volumev3')
@api_versions.wraps("3.0")
def do_api_version(cs, args):
- """Display the API version information."""
+ """Display the server API version information."""
columns = ['ID', 'Status', 'Version', 'Min_version']
response = cs.services.server_api_version()
utils.print_list(response, columns)