Merge "Add missing argument to novncproxy websockify call"

This commit is contained in:
Jenkins
2012-09-06 19:55:52 +00:00
committed by Gerrit Code Review

View File

@@ -73,6 +73,7 @@ LOG = logging.getLogger(__name__)
class NovaWebSocketProxy(websockify.WebSocketProxy):
def __init__(self, *args, **kwargs):
websockify.WebSocketProxy.__init__(self, unix_target=None,
target_cfg=None,
ssl_target=None, *args, **kwargs)
def new_client(self):