Change api-version help to indicate server API

The help for the 'api-version' command should state that
it is displaying the api-version info for the server, not the
client:
Display the server API version information.

Change-Id: Ia4380871ddca1b7ff41a5e6c8cf86488626e69fc
This commit is contained in:
scottda
2016-08-04 16:50:42 -06:00
parent 4e0476507c
commit af4cfb0f64

View File

@@ -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)