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 --- .../recipes-devtools/python/python-nova/nova-consoleproxy | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-nova/nova-consoleproxy (limited to 'meta-openstack/recipes-devtools/python/python-nova/nova-consoleproxy') diff --git a/meta-openstack/recipes-devtools/python/python-nova/nova-consoleproxy b/meta-openstack/recipes-devtools/python/python-nova/nova-consoleproxy deleted file mode 100644 index 12aa2b2..0000000 --- a/meta-openstack/recipes-devtools/python/python-nova/nova-consoleproxy +++ /dev/null @@ -1,7 +0,0 @@ -# The below switch enables you to select which type of console proxy daemon you -# wish to start at boot time. Possible values are: -# - spicehtml5 -# - xenvnc -# - novnc - -NOVA_CONSOLE_PROXY_TYPE=spicehtml5 -- cgit v1.2.3-54-g00ecf