Comment 4 for bug 1255609

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/58994
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=2f49ed4b5dbb5c954fc7a9b42ee7b170c38c775c
Submitter: Jenkins
Branch: master

commit 2f49ed4b5dbb5c954fc7a9b42ee7b170c38c775c
Author: Radoslav Gerganov <email address hidden>
Date: Thu Nov 28 13:37:53 2013 +0200

    VMware: fix the VNC port allocation

    There is small chance for VNC port collisions with the current
    implementation which choose the port number based on the MoRef id
    of the VM.
    This patch fixes this by running a query for all allocated ports
    and then selects one which is not taken.

    Change-Id: If7c3b14dd49ed05c5fde819c5a36d5608650cbbc
    Closes-Bug: #1255609