This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Nova 2011.2 docs or all OpenStack docs too.

The nova.vnc.proxy Module

Eventlet WSGI Services to proxy VNC. No nova deps.

class nova.vnc.proxy.DebugMiddleware(app)

Bases: object

Debug middleware. Skip auth, get vnc connect info from query string.

class nova.vnc.proxy.WebsocketVNCProxy(wwwroot)

Bases: object

Class to proxy from websocket to vnc server.

get_whitelist()
proxy_connection(environ, start_response)
sock2ws(source, dest)
ws2sock(source, dest)