Atom feed of this document
  
 
 VNC configuration options

To customize the VNC console, use the following configuration options:

Table 4.7. Description of configuration options for vnc
Configuration option = Default value Description
[DEFAULT]
novncproxy_base_url = http://127.0.0.1:6080/vnc_auto.html (StrOpt) Location of VNC console proxy, in the form "http://127.0.0.1:6080/vnc_auto.html"
vnc_enabled = True (BoolOpt) Enable VNC related features
vnc_keymap = en-us (StrOpt) Keymap for VNC
vncserver_listen = 127.0.0.1 (StrOpt) IP address on which instance vncservers should listen
vncserver_proxyclient_address = 127.0.0.1 (StrOpt) The address to which proxy clients (like nova-xvpvncproxy) should connect
[vmware]
vnc_port = 5900 (IntOpt) VNC starting port
vnc_port_total = 10000 (IntOpt) Total number of VNC ports

[Note]Note

To support live migration, you cannot specify a specific IP address for vncserver_listen, because that IP address does not exist on the destination host.

[Note]Note

  • The vncserver_proxyclient_address defaults to 127.0.0.1, which is the address of the compute host that Compute instructs proxies to use when connecting to instance servers.

  • For all-in-one XenServer domU deployments, set this to 169.254.0.1.

  • For multi-host XenServer domU deployments, set to a dom0 management IP on the same network as the proxies.

  • For multi-host libvirt deployments, set to a host management IP on the same network as the proxies.

Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page

loading table of contents...