~0x44/nova/extdoc

  • Committer: Tarmac
  • Author(s): Anthony Young, Vishvananda Ishaya
  • Date: 2011-03-30 05:59:13 UTC
  • mfrom: (752.5.33 vnc_console)
  • Revision ID: tarmac-20110330055913-km1vnkpf1z32d7pu
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
Filename Latest Rev Last Changed Committer Comment Size
..
ec2 462.1.1 14 years ago NTT PF Lab. Support IPv6 Diff
__init__.py 462.1.1 14 years ago NTT PF Lab. Support IPv6 1.6 KB Diff Download File