Fix the help message for 'get-mks-console'
MKS is not a serial console but the standard type of VM console for VMware instances. Change-Id: I9a9a03e259f16ba2b6b6fd0751ad47b95f837a78 Closes-Bug: #1595131
This commit is contained in:
parent
e91a5937b7
commit
7a24b0f7ba
@ -2509,7 +2509,7 @@ def do_get_serial_console(cs, args):
|
||||
@api_versions.wraps('2.8')
|
||||
@utils.arg('server', metavar='<server>', help=_('Name or ID of server.'))
|
||||
def do_get_mks_console(cs, args):
|
||||
"""Get a serial console to a server."""
|
||||
"""Get an MKS console to a server."""
|
||||
server = _find_server(cs, args.server)
|
||||
data = server.get_mks_console()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user