Comment 34 for bug 1253482

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

Reviewed: https://review.openstack.org/99779
Committed: https://git.openstack.org/cgit/openstack-dev/devstack/commit/?id=6cae83efd72133adae891da0665f51f526705592
Submitter: Jenkins
Branch: master

commit 6cae83efd72133adae891da0665f51f526705592
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