Unable to get spice console in openstack
by beginners from LinuxQuestions.org on (#5J601)
Hi all,
I have installed openstack victoria through packstack, i want to configure the spice console instead of vnc, as mentioned in document edit nova.conf with following parameters
In nova.conf
[vnc]
enabled=False
[spice]
agent_enabled = False
enabled = True
html5proxy_base_url = http://10.1.75.20:6082/spice_auto.html
html5proxy_host = 0.0.0.0
html5proxy_port = 6082
keymap = en-us
server_listen = 0.0.0.0
server_proxyclient_address = controller
restart the service nova-compute, nova-spicehtml5proxy, httpd and stop the nova-novncproxy
Kindly help
I have installed openstack victoria through packstack, i want to configure the spice console instead of vnc, as mentioned in document edit nova.conf with following parameters
In nova.conf
[vnc]
enabled=False
[spice]
agent_enabled = False
enabled = True
html5proxy_base_url = http://10.1.75.20:6082/spice_auto.html
html5proxy_host = 0.0.0.0
html5proxy_port = 6082
keymap = en-us
server_listen = 0.0.0.0
server_proxyclient_address = controller
restart the service nova-compute, nova-spicehtml5proxy, httpd and stop the nova-novncproxy
Kindly help