default of vnc_port range start seems not to be 5900, but 9100

Bug #1294238 reported by Jaroslav Henner
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Fix Released
Undecided
Unassigned

Bug Description

Description of problem:
In the nova conf, there is:

# VNC starting port (integer value)
#vnc_port=5900

Which means the default value is 5900, but it is not so. with this configuration, vmware VMs seems to have ports >=9100

Version-Release number of selected component (if applicable):
openstack-nova-compute-2013.2.2-2.el6ost.noarch

How reproducible:

Steps to Reproduce:
1. make sure the vnc_port under vmware is unset
2. restart nova-compute
3. boot the VM
4. On the ESXi:

~ # grep vnc /vmfs/volumes/shared/1f9f6326-18bd-4972-8a59-5c268dc28b53/*.vmx
RemoteDisplay.vnc.enabled = "true"
RemoteDisplay.vnc.port = "9129"

5. openstack-config --set /etc/nova/nova.conf vmware vnc_port 5900
6. restart, boot, check:

~ # grep vnc /vmfs/volumes/shared/xxxx-yyy-.../*.vmx
RemoteDisplay.vnc.enabled = "true"
RemoteDisplay.vnc.port = "59xx"

Actual results:
default is something else then it was meant to be

Expected results:
default is what is meant to be

Additional info:

Tags: vmware
Revision history for this message
Jaroslav Henner (jhenner) wrote :
summary: - Bug 1077855 - default of vnc_port range start seems not to be 5900, but
- 9100
+ default of vnc_port range start seems not to be 5900, but 9100
Revision history for this message
Tracy Jones (tjones-i) wrote :

that is ok - when the VM is created, the vnc port is reset via a reconfig vm call

tags: added: vmware
Revision history for this message
Gary Kotton (garyk) wrote :

Hi,
The reason that you are seeing this is due to https://launchpad.net/bugs/1255609 (please see https://review.openstack.org/#/c/76722/ - that resolves the issue).
Thanks
Gary

Changed in nova:
status: New → Fix Committed
Changed in nova:
milestone: none → icehouse-rc1
Thierry Carrez (ttx)
Changed in nova:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in nova:
milestone: icehouse-rc1 → 2014.1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.