summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2013-01-03 10:23:50 +0000
committerDaniel P. Berrange <berrange@redhat.com>2013-01-16 10:19:37 +0000
commiteab051ec68bdc8792dddb63c9231ece11ab06037 (patch)
tree9cf254d5e57f80445a5a6596e015db7fc2570066 /setup.py
parente71e8c2a8902acb59dc95e4ea3521e09ae50aa7d (diff)
downloadnova-eab051ec68bdc8792dddb63c9231ece11ab06037.tar.gz
nova-eab051ec68bdc8792dddb63c9231ece11ab06037.tar.xz
nova-eab051ec68bdc8792dddb63c9231ece11ab06037.zip
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>
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 12de5c4d6..78c9062c2 100644
--- a/setup.py
+++ b/setup.py
@@ -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=[])