api-ref: Fix a 'port' parameter in os-consoles.inc

In 'Show Console Details' API,
'port' is not a port ID but a port number.

Change-Id: Iefdd9e9a68fc197a99b8c5e2e36a82c062caa35f
Closes-Bug: #1632153
This commit is contained in:
Takashi NATSUME 2016-10-11 08:28:13 +09:00
parent a6053dd608
commit cc84595c23

View File

@ -102,7 +102,7 @@ Response
- id: console_id_in_body
- instance_name: instance_name
- password: console_password
- port: port
- port: port_number
|