Files
nova/doc/api_samples/os-consoles/get-serial-console-post-resp.json
T
Sahid Orentino Ferdjaoui 48e94bf75c cmd: update the default behavior of serial console
When using serial console we are expecting using a plain websocket
so we should to return the 'ws://' scheme as the default one, also
it makes no sense to handle webserving content since currently
nothing has been implemented in favor of this case.

DocImpact: The 'base_url' option serial_console has been updated
Closes-Bug: #1373950
Change-Id: I0d0e4f7060febec5e0a357cd3e8c05486f2afaa5
2014-09-29 10:24:57 -04:00

7 lines
133 B
JSON

{
"console": {
"type": "serial",
"url":"ws://127.0.0.1:6083/?token=f9906a48-b71e-4f18-baca-c987da3ebdb3"
}
}