Merge "Configures novnc proxy to listen on local-ipv4"

This commit is contained in:
Jenkins 2014-10-09 22:31:20 +00:00 committed by Gerrit Code Review
commit 9df761ece5
1 changed files with 8 additions and 0 deletions

View File

@ -64,6 +64,14 @@ glance_api_servers={{glance.protocol}}://{{glance.host}}:{{glance.port}}
novncproxy_base_url=http://{{nova.public_ip}}:6080/vnc_auto.html
{{/nova.public_ip}}
novncproxy_port=6080
{{#haproxy}}
{{#stunnel.connect_ip}}
novncproxy_host={{stunnel.connect_ip}}
{{/stunnel.connect_ip}}
{{^stunnel.connect_ip}}
novncproxy_host={{local-ipv4}}
{{/stunnel.connect_ip}}
{{/haproxy}}
vncserver_proxyclient_address={{local-ipv4}}
vncserver_listen=0.0.0.0