diff options
| author | Anthony Young <sleepsonthefloor@gmail.com> | 2011-03-29 12:54:35 -0700 |
|---|---|---|
| committer | Anthony Young <sleepsonthefloor@gmail.com> | 2011-03-29 12:54:35 -0700 |
| commit | 3e9b5977137c430d218ec8c00e286b691ea8367d (patch) | |
| tree | 77bd941de12a767d692110eb04694cfac8e8d906 /doc | |
| parent | 94092e3d896732fa1a97627f0fa504c3af70b3c5 (diff) | |
use manager pattern for auth token proxy
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/runnova/vncconsole.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/runnova/vncconsole.rst b/doc/source/runnova/vncconsole.rst index 69f147613..6d93bad93 100644 --- a/doc/source/runnova/vncconsole.rst +++ b/doc/source/runnova/vncconsole.rst @@ -40,14 +40,14 @@ you can at find git://github.com/sleepsonthefloor/noVNC.git. .. todo:: add instruction for installing from package -noVNC must be in the location specified by --vnc_proxy_wwwroot, which defaults +noVNC must be in the location specified by --vncproxy_wwwroot, which defaults to /var/lib/nova/noVNC. nova-vnc-proxy will fail to launch until this code is properly installed. By default, nova-vnc-proxy binds 0.0.0.0:6080. This can be configured with: -* --vnc_proxy_port=[port] -* --vnc_proxy_host=[host] +* --vncproxy_port=[port] +* --vncproxy_host=[host] Enabling VNC Consoles in Nova |
