spice for openstack

nova.conf

vnc_enabled=False

[Spice]

agent_enabled=True

enabled=True

html5proxy_base_url=http://x.x.x.x:6082/spice_auto.html

server_listen=0.0.0.0

server_proxyclient_address=x.x.x.x

keymap=en-us

html5proxy_base_url  --  proxy(spicehtml5proxy)节点的IP

server_proxyclient_address  --  openstack-nova-spicehtml5proxy服务所执行在的主机的IP

chkconfig openstack-nova-spicehtml5proxy on

chkconfig  openstack-nova-novncproxy off

openstack-service restart

/etc/init.d/openstack-nova-compute restart


重新启动nova相关服务,重新启动openstack-nova-spicehtml5proxy服务,重新启动httpd服务,重新启动libvirtd,是在不行就重新启动机器。

上一篇:python 执行文件时传参


下一篇:PHP文件操作整理