← Back to team overview

cssoss team mailing list archive

[Bug 1005231] [NEW] VNC Settings on nova.conf

 

Public bug reported:

Hi guys, the VNC settings in the guide are wrong, and produces a
libvirrt error: Connection reset by peer. I resolved the issue following
the recommendations from
https://answers.launchpad.net/nova/+question/198270

Basically, the vncserver* flags should point to the compute server's own
private network ip, for example, in server2:

# vnc specific configuration
--novnc_enabled=true
--novncproxy_base_url=http://10.10.10.2:6080/vnc_auto.html
--vncserver_proxyclient_address=192.168.3.2
--vncserver_listen=192.168.3.2

After these changes, everything worked fine

** Affects: openstackbook
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of CSS OSS
Team, which is subscribed to OpenStack Book.
Matching subscriptions: OpenStackBook
https://bugs.launchpad.net/bugs/1005231

Title:
  VNC Settings on nova.conf

Status in OpenStack Book for Ubuntu:
  New

Bug description:
  Hi guys, the VNC settings in the guide are wrong, and produces a
  libvirrt error: Connection reset by peer. I resolved the issue
  following the recommendations from
  https://answers.launchpad.net/nova/+question/198270

  Basically, the vncserver* flags should point to the compute server's
  own private network ip, for example, in server2:

  # vnc specific configuration
  --novnc_enabled=true
  --novncproxy_base_url=http://10.10.10.2:6080/vnc_auto.html
  --vncserver_proxyclient_address=192.168.3.2
  --vncserver_listen=192.168.3.2

  After these changes, everything worked fine

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstackbook/+bug/1005231/+subscriptions


Follow ups

References