Files
nova/doc/api_samples/os-consoles/get-serial-console-post-resp.xml
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

6 lines
159 B
XML

<?xml version='1.0' encoding='UTF-8'?>
<console>
<type>serial</type>
<url>ws://127.0.0.1:6083/?token=f9906a48-b71e-4f18-baca-c987da3ebdb3</url>
</console>