码迷,mamicode.com
首页 > 其他好文 > 详细

openstack novnc console haproxy mitaka

时间:2016-08-31 13:54:54      阅读:528      评论:0      收藏:0      [点我收藏+]

标签:

## controller setting nova.conf

[vnc]

vncserver_listen = $my_ip
vncserver_proxyclient_address = $my_ip

 

 ## computer note  setting nova.conf

[vnc]

enabled = True
vncserver_listen = 0.0.0.0
vncserver_proxyclient_address = $my_ip
novncproxy_base_url = http://193.168.11.80:6080/vnc_auto.html #193.168.11.80 is haproxy‘s ip

 

## haproxy setting


listen novnc_api
bind 0.0.0.0:6080
balance source
option tcpka
#option httpchk
option tcplog
server controller1 193.168.11.81:6080 check inter 2000 rise 2 fall 5
server controller4 193.168.11.84:6080 check inter 2000 rise 2 fall 5

 

openstack novnc console haproxy mitaka

标签:

原文地址:http://www.cnblogs.com/xiaohe9527/p/5825527.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!