yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #11774
[Bug 1294238] [NEW] default of vnc_port range start seems not to be 5900, but 9100
Public bug reported:
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:
** Affects: nova
Importance: Undecided
Status: New
** Summary changed:
- 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
** Bug watch added: Red Hat Bugzilla #1077855
https://bugzilla.redhat.com/show_bug.cgi?id=1077855
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1294238
Title:
default of vnc_port range start seems not to be 5900, but 9100
Status in OpenStack Compute (Nova):
New
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:
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1294238/+subscriptions
Follow ups
References