From dfc85232382af8fee180a83bd33f9d436557b774 Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Mon, 24 Mar 2014 13:18:45 -0400 Subject: OpenStack: modify controller to be able to talk to both console We modify the controller so that both vnc and spice html5 proxies are running. Since in the current recipe, both controller and compute share the same nova.conf file, in the compute, both vnc and spice html5 are set to enabled and in this configuration, vnc is chosen (in source: vnc is chosen because it's better tested). To change to spice, only change required is on the compute side. The controller (since the default console_type is auto) will try to talk to both and run whichever is available. Signed-off-by: Amy Fong --- meta-openstack/recipes-devtools/python/python-nova/nova.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/python/python-nova/nova.conf') diff --git a/meta-openstack/recipes-devtools/python/python-nova/nova.conf b/meta-openstack/recipes-devtools/python/python-nova/nova.conf index 42dc47a..d763a8b 100644 --- a/meta-openstack/recipes-devtools/python/python-nova/nova.conf +++ b/meta-openstack/recipes-devtools/python/python-nova/nova.conf @@ -24,7 +24,7 @@ state_path=/var/run/nova/ libvirt_images_type = %LIBVIRT_IMAGES_TYPE% #VNC -vnc_enabled = false +vnc_enabled = True vncserver_listen = %COMPUTE_IP% novncproxy_base_url=http://%CONTROLLER_IP%:6080/vnc_auto.html vncserver_proxyclient_address=%COMPUTE_IP% -- cgit v1.2.3-54-g00ecf