summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-nova/nova.conf
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-10-03 00:20:31 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-10-03 01:16:44 -0400
commitb625b4c4c3d299e3830951304f468a5399828b51 (patch)
treeca62e1ff521cb2be4849930a52dd735d779c6b1b /meta-openstack/recipes-devtools/python/python-nova/nova.conf
parent718ecf27999c69acae27992123d2a7fe85d64c77 (diff)
downloadmeta-cloud-services-b625b4c4c3d299e3830951304f468a5399828b51.tar.gz
nova: add novnc console proxy support
With this commit the appropriate daemons are started on a control node boot to support horizon console access via the novnc proxy. Additionally, the proper nova configuration is set for boh the control and compute nodes for out of the box console connectivity between the compute, control and horizone interface. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-nova/nova.conf')
-rw-r--r--meta-openstack/recipes-devtools/python/python-nova/nova.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova/nova.conf b/meta-openstack/recipes-devtools/python/python-nova/nova.conf
index 695f084..20db54d 100644
--- a/meta-openstack/recipes-devtools/python/python-nova/nova.conf
+++ b/meta-openstack/recipes-devtools/python/python-nova/nova.conf
@@ -22,7 +22,9 @@ glance_host = %CONTROLLER_IP%
22 22
23#VNC 23#VNC
24vnc_enabled = true 24vnc_enabled = true
25vncserver_listen = 0.0.0.0 25vncserver_listen = %COMPUTE_IP%
26novncproxy_base_url=http://%CONTROLLER_IP%:6080/vnc_auto.html
27vncserver_proxyclient_address=%COMPUTE_IP%
26 28
27#Network 29#Network
28flat_interface = eth0 30flat_interface = eth0
@@ -35,7 +37,6 @@ force_dhcp_release=False
35dhcpbridge=/usr/bin/nova-dhcpbridge 37dhcpbridge=/usr/bin/nova-dhcpbridge
36 38
37#Database configuration 39#Database configuration
38# sql_connection = postgresql://%DB_USER%:%DB_PASSWORD%@localhost/nova
39sql_connection = postgresql://%DB_USER%:%DB_PASSWORD%@%CONTROLLER_IP%/nova 40sql_connection = postgresql://%DB_USER%:%DB_PASSWORD%@%CONTROLLER_IP%/nova
40 41
41#RabbitMQ configuration 42#RabbitMQ configuration