spice installed on ubuntu12.04.4 openstack?
spice installed on ubuntu12.04.4 openstack,who install successful?
you can also get help from here :http://docs.openstack.org/developer/devstack/
DevStack - an OpenStack Community Production,you can install openstack step by step.
If you know chinese, you can see this: http://blog.csdn.net/kksamoyed/article/details/46843629 (http://blog.csdn.net/kksamoyed/articl...)
Install the spice-html5 package Disable VNC support, configure and enable SPICE in /etc/nova/nova.conf Restart relevant services
Next, disable VNC support, configure and enable SPICE in /etc/nova/nova.conf:
[DEFAULT] ... web=/usr/share/spice-html5
#
#
novncproxy_host=0.0.0.0
novncproxy_port=6080
#
#
spicehtml5proxy_host=0.0.0.0
spicehtml5proxy_port=6082
...
vnc_enabled=false
[spice]
#
#
html5proxy_base_url=http://my.host.com:6082/spice_auto.html
server_listen=0.0.0.0
server_proxyclient_address=127.0.0.1
enabled=true
agent_enabled=true
keymap=en-us
... And finally:
已提问: 2015-01-22 19:59:51 -0600
已查看: 365 次
最后更新: Jul 20 '15