Comment 36 for bug 1253482

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to devstack (stable/icehouse)

Reviewed: https://review.openstack.org/130187
Committed: https://git.openstack.org/cgit/openstack-dev/devstack/commit/?id=80cad72055db14e6bc7c610c470f9977266e1c65
Submitter: Jenkins
Branch: stable/icehouse

commit 80cad72055db14e6bc7c610c470f9977266e1c65
Author: Morgan Fainberg <email address hidden>
Date: Thu Jun 12 15:08:48 2014 -0700

    Reserve Keystone ports from the ephemeral range

    Reserve Keystone ports from the ephemeral range as early as reasonably
    possible in the fixup_stuff.sh process to reduce the likelihood that the
    port will be in use. This does not completely resolve the issue
    where Keystone's IANA assigned port falls into Linux's ephemeral
    range, but this should reduce the occurrences. The default ports
    are 35357 and 35358.

    Change-Id: I8cfb53d8f90c1ff1fb1083c59fefabca3d14323b
    Partial-Bug: #1253482
    (cherry picked from commit 6cae83efd72133adae891da0665f51f526705592)