diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-10-03 00:20:31 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-10-03 01:16:44 -0400 |
| commit | b625b4c4c3d299e3830951304f468a5399828b51 (patch) | |
| tree | ca62e1ff521cb2be4849930a52dd735d779c6b1b /meta-openstack/recipes-devtools/python/python-nova/nova.conf | |
| parent | 718ecf27999c69acae27992123d2a7fe85d64c77 (diff) | |
| download | meta-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.conf | 5 |
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 |
| 24 | vnc_enabled = true | 24 | vnc_enabled = true |
| 25 | vncserver_listen = 0.0.0.0 | 25 | vncserver_listen = %COMPUTE_IP% |
| 26 | novncproxy_base_url=http://%CONTROLLER_IP%:6080/vnc_auto.html | ||
| 27 | vncserver_proxyclient_address=%COMPUTE_IP% | ||
| 26 | 28 | ||
| 27 | #Network | 29 | #Network |
| 28 | flat_interface = eth0 | 30 | flat_interface = eth0 |
| @@ -35,7 +37,6 @@ force_dhcp_release=False | |||
| 35 | dhcpbridge=/usr/bin/nova-dhcpbridge | 37 | dhcpbridge=/usr/bin/nova-dhcpbridge |
| 36 | 38 | ||
| 37 | #Database configuration | 39 | #Database configuration |
| 38 | # sql_connection = postgresql://%DB_USER%:%DB_PASSWORD%@localhost/nova | ||
| 39 | sql_connection = postgresql://%DB_USER%:%DB_PASSWORD%@%CONTROLLER_IP%/nova | 40 | sql_connection = postgresql://%DB_USER%:%DB_PASSWORD%@%CONTROLLER_IP%/nova |
| 40 | 41 | ||
| 41 | #RabbitMQ configuration | 42 | #RabbitMQ configuration |
