zhu894532094 发表于 2015-4-12 09:38:53

spice for openstack

  nova.conf
  vnc_enabled=False

  
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
chkconfigopenstack-nova-novncproxy off

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


重新启动nova相关服务,重新启动openstack-nova-spicehtml5proxy服务,重新启动httpd服务,重新启动libvirtd,是在不行就重新启动机器。
页: [1]
查看完整版本: spice for openstack