0db9ba5ce3
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
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:6082/spice_auto.html?token=f9906a48-b71e-4f18-baca-c987da3ebdb3</url>
|
|
</console>
|