Configure using the Spice protocol in OpenStack under Ubuntu

Source: Internet
Author: User

Configure using the Spice protocol in OpenStack under Ubuntu

By No if


# # #控制节点
#安装
Apt-get Install Nova-spiceproxy SPICE-HTML5 spice-vdagent

#配置 nano/etc/nova/nova.conf
# VNC Configuration
#vnc_enabled =false

[Spice]
Enabled=true
Html5proxy_base_url=http://192.168.29.81:6082/spice_auto.html
Keymap=en-us
server_listen=0.0.0.0
server_proxyclient_address=192.168.29.81
Agent_enabled=false


#重启
Cd/usr/bin/;for i in $ (ls nova-*);d o sudo service $i restart;done


# # #计算节点
#安装
Apt-get Install Spice-vdagent

#配置 nano/etc/nova/nova.conf
Vnc_enabled=false
Novnc_enabled=false

[Spice]
Agent_enabled=true
Enabled=true
Html5proxy_base_url=http://192.168.29.81:6082/spice_auto.html
Keymap=en-us
server_listen=0.0.0.0
server_proxyclient_address=192.168.29.92
Agent_enabled=false

#重启
Cd/usr/bin/;for i in $ (ls nova-*);d o sudo service $i restart;done

#到计算节点查看指定主机的端口
PS aux | grep Spice

Configure using the Spice protocol in OpenStack under Ubuntu

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.