From 84ac0f01258e6599401bc020cb5d1ca236d429cf Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Thu, 3 Jan 2013 10:52:40 +0000 Subject: [PATCH] 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 --- pip-requires | 1 + 1 file changed, 1 insertion(+) diff --git a/pip-requires b/pip-requires index 1845ba7..231d5cf 100644 --- a/pip-requires +++ b/pip-requires @@ -25,3 +25,4 @@ python-quantumclient>=2.1 python-glanceclient>=0.5.0,<2 python-keystoneclient>=0.2.0 stevedore>=0.7 +websockify