diff options
| author | Amy Fong <amy.fong@windriver.com> | 2014-03-20 15:46:59 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-03-24 16:46:05 -0400 |
| commit | 6423ced4885488dbe8cc05249d7d16cbcfe750c2 (patch) | |
| tree | 490a3a3f27fc71f40c63a457988dfdd2840d1702 /meta-openstack/recipes-devtools/python/python-nova/nova-consoleproxy | |
| parent | 37cc0a34722fe53b8b532694ac686bbb995fe665 (diff) | |
| download | meta-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-consoleproxy | 7 |
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 | |||
| 7 | NOVA_CONSOLE_PROXY_TYPE=spicehtml5 | ||
