diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-07-14 07:18:59 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-07-14 07:18:59 +0000 |
commit | 83e234a6e9bb9f4fda11bcf5f820326482e46b90 (patch) | |
tree | 72b333230cf8a857df8bf399e65a89f93932ea18 /api-ref | |
parent | 2917961ebc1994b69ee2f1b6d61b0480202fb634 (diff) | |
parent | 258f3d52f513cf33f0ca24bb5964120258b1de08 (diff) | |
download | nova-83e234a6e9bb9f4fda11bcf5f820326482e46b90.tar.gz |
Merge "Fix typo"
Diffstat (limited to 'api-ref')
-rw-r--r-- | api-ref/source/servers-remote-consoles.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api-ref/source/servers-remote-consoles.inc b/api-ref/source/servers-remote-consoles.inc index 4fd8e7c9d6..7bcf96b17c 100644 --- a/api-ref/source/servers-remote-consoles.inc +++ b/api-ref/source/servers-remote-consoles.inc @@ -18,7 +18,7 @@ get a URL to connect the console from this API. The URL includes the token which is used to get permission to access the console. Servers may support different console protocols. To return a remote console using a specific protocol, such as RDP, set the ``protocol`` parameter to ``rdp``. For the same -protocol, there may be different connection types such as ``vnc protocal and +protocol, there may be different connection types such as ``vnc protocol and novnc type`` or ``vnc protocol and xvpvnc type``. Normal response codes: 200 |