summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-nova/nova-consoleproxy
diff options
context:
space:
mode:
authorAmy Fong <amy.fong@windriver.com>2014-03-20 15:46:59 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-03-24 16:46:05 -0400
commit6423ced4885488dbe8cc05249d7d16cbcfe750c2 (patch)
tree490a3a3f27fc71f40c63a457988dfdd2840d1702 /meta-openstack/recipes-devtools/python/python-nova/nova-consoleproxy
parent37cc0a34722fe53b8b532694ac686bbb995fe665 (diff)
downloadmeta-cloud-services-6423ced4885488dbe8cc05249d7d16cbcfe750c2.tar.gz
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 <amy.fong@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-nova/nova-consoleproxy')
-rw-r--r--meta-openstack/recipes-devtools/python/python-nova/nova-consoleproxy7
1 files changed, 7 insertions, 0 deletions
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 @@
1# The below switch enables you to select which type of console proxy daemon you
2# wish to start at boot time. Possible values are:
3# - spicehtml5
4# - xenvnc
5# - novnc
6
7NOVA_CONSOLE_PROXY_TYPE=spicehtml5