To mirror the existing get_vnc_console RPC API method, expose a new get_spice_console RPC API method. The only console type supported currently is 'spice-html5' which is equivalent to 'novnc' Blueprint: libvirt-spice Change-Id: Iab9d3dfc3564a122a8cd2b53d34fdcc725bfa29b Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
6 lines
183 B
XML
6 lines
183 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<console>
|
|
<type>spice-html5</type>
|
|
<url>http://example.com:6080/spice_auto.html?token=f9906a48-b71e-4f18-baca-c987da3ebdb3</url>
|
|
</console>
|