spice console blank
Hi, I am new in this field. Install the openstack train, everything working fine except SPICE. when I open the console, it's blank, also the link. Here is my controller spice config
On both Control & Compute:
yum install spice-html5 On Control:
yum install openstack-nova-spicehtml5proxy
[DEFAULT]
web=/usr/share/spice-html5 [spice] enabled = True html5proxy_host = 0.0.0.0 html5proxy_port = 6082 html5proxy_base_url = http://CONTROLLER_IP:6082/spice_auto.html (http://CONTROLLER_IP:6082/spice_auto....) keymap = en-us
Here is the compute config file
[DEFAULT] vnc_enabled=false
[spice] agent_enabled = True enabled = True html5proxy_base_url = http://CONTROLLER_IP:6082/spice_auto.html (http://CONTROLLER_IP:6082/spice_auto....)
html5proxy_host = 0.0.0.0
html5proxy_port = 6082 keymap = en-us server_listen = 0.0.0.0 server_proxyclient_address = $my_ip