nova/doc/api_samples/os-consoles/get-spice-console-post-resp.xml
Émilien Macchi 0db9ba5ce3 Wrong proxy port in nova.conf for Spice proxy
If we look at nova/cmd/spicehtml5proxy.py, we use 6082 port for Spice proxy.

In nova.conf, the default port for html5proxy_base_url is 6080 which fails console
service.

Fix bug #1172957

Change-Id: I52ca37f76e7a6abd085b079ae42e7914cb619ad5
2013-04-26 01:20:05 +02:00

6 lines
183 B
XML

<?xml version='1.0' encoding='UTF-8'?>
<console>
<type>spice-html5</type>
<url>http://example.com:6082/spice_auto.html?token=f9906a48-b71e-4f18-baca-c987da3ebdb3</url>
</console>