Pull NovaWebSocketProxy class out of nova-novncproxy binary

To allow sharing of proxy code between nova-novncproxy and
nova-spicehtml5proxy, pull the NovaWebSocketProxy class
out of nova-novncproxy into a new nova/console/websocketproxy.py
file

Adds previously missing websockify dep to pip-requires.

Blueprint: libvirt-spice
Change-Id: If1334256680e7075598f00ce153cf6f021cc720f
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrange
2013-01-03 10:52:40 +00:00
parent c2d838da98
commit 84ac0f0125

View File

@@ -25,3 +25,4 @@ python-quantumclient>=2.1
python-glanceclient>=0.5.0,<2 python-glanceclient>=0.5.0,<2
python-keystoneclient>=0.2.0 python-keystoneclient>=0.2.0
stevedore>=0.7 stevedore>=0.7
websockify