nova/doc
Radoslav Gerganov 14ca7c37ba Add MKS protocol for remote consoles
MKS is the native protocol for VMware consoles and this patch is adding
API support for it. For now there is only one console type for this
protocol and this is 'webmks'. A new microversion is introduced which
adds protocol 'mks' and type 'webmks' for requesting a remote console.

Example request:

POST /servers/<uuid>/remote-consoles
{
  "remote_console": {
    "protocol": "mks",
    "type": "webmks"
  }
}

Example response:

{
  "remote_console": {
    "protocol": "mks",
    "type": "webmks",
    "url": "http://example.com:6090/mks.html?token=XYZ"
  }
}

APIImpact
Implements: blueprint vmware-webmks-console

Change-Id: I7217b999fb8d64a5646d8f20d7426c26553871d7
2015-07-25 15:10:22 +03:00
..
api_samples Add MKS protocol for remote consoles 2015-07-25 15:10:22 +03:00
ext hypervisor support matrix: add CLI commands to features 2015-06-26 08:11:18 +00:00
source Switch to oslo.reports 2015-07-23 00:36:01 +03:00
v3/api_samples Add MKS protocol for remote consoles 2015-07-25 15:10:22 +03:00
README.rst Fixes referenced path in nova/doc/README.rst 2015-06-03 15:23:23 -07:00

README.rst

OpenStack Nova Documentation README

See the "Building the Documentation" section of doc/source/development.environment.rst.