Ubuntu OpenStack Spice

Source: Internet
Author: User

OpenStack Enable Spice protocol

#控制节点

#安装

?
1 apt-get installnova-spiceproxy spice-html5 spice-vdagent

#配置 nano/etc/nova/nova.conf

?
123456789 # Vnc configuration#vnc_enabled=false[spice]enabled=truehtml5proxy_base_url=http://192.168.29.81:6082/spice_auto.htmlkeymap=en-usserver_listen=0.0.0.0server_proxyclient_address=192.168.29.81agent_enabled=false

#重启nova

?
1 cd/usr/bin/;for in $(ls nova-*);do sudoservice $i restart;done

#计算节点

#安装

?
1 apt-get installspice-vdagent

#配置 nano/etc/nova/nova.conf

?
12345678910 vnc_enabled=falsenovnc_enabled=false[spice]agent_enabled=trueenabled=truehtml5proxy_base_url=http://192.168.29.81:6082/spice_auto.htmlkeymap=en-usserver_listen=0.0.0.0server_proxyclient_address=192.168.29.92agent_enabled=false

#重启nova

?
1 cd/usr/bin/;for in $(ls nova-*);do sudoservice $i restart;done

#可以到计算节点查看指定主机的端口, the default is 5900

?
1 psaux | grepspice

 

Ubuntu OpenStack Spice

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.