Files
python-ganttclient/nova
Anthony Young b8609d1128 The VNC Proxy is an OpenStack component that allows users of Nova to access
their instances through a websocket enabled browser (like Google Chrome).

A VNC Connection works like so:

* User connects over an api and gets a url like http://ip:port/?token=xyz
* User pastes url in browser
* Browser connects to VNC Proxy though a websocket enabled client like noVNC
* VNC Proxy authorizes users token, maps the token to a host and port of an
  instance's VNC server
* VNC Proxy initiates connection to VNC server, and continues proxying until
  the session ends

For more info see vncconsole.rst
2011-03-30 05:59:13 +00:00
..
2011-03-18 18:07:24 +00:00
2011-03-24 12:04:24 -07:00
2011-03-29 13:47:47 -07:00
2011-03-23 12:31:15 -07:00