Add nova-spicehtml5proxy helper

Add nova-spicehtml5proxy which provides a websockets proxy,
equivalent to nova-novncproxy

Blueprint: libvirt-spice
Change-Id: I48be78c97bb7dd6635fd4bba476ef22701418ba1
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrange
2013-01-03 10:23:50 +00:00
parent e71e8c2a89
commit eab051ec68
4 changed files with 144 additions and 0 deletions
+1
View File
@@ -66,6 +66,7 @@ setuptools.setup(name='nova',
'bin/nova-objectstore',
'bin/nova-rootwrap',
'bin/nova-scheduler',
'bin/nova-spicehtml5proxy',
'bin/nova-xvpvncproxy',
],
py_modules=[])