From 6423ced4885488dbe8cc05249d7d16cbcfe750c2 Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Thu, 20 Mar 2014 15:46:59 -0400 Subject: OpenStack: add SPICE console support Package spice-html5 Modify python-nova to add infrastructure for nova-spicehtml5proxy support. Note: spice is the default Signed-off-by: Amy Fong Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-nova/nova-consoleproxy | 7 +++++++ 1 file changed, 7 insertions(+) create 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 new file mode 100644 index 0000000..12aa2b2 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-nova/nova-consoleproxy @@ -0,0 +1,7 @@ +# 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