Comment 2 for bug 1478000

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

Reviewed: https://review.openstack.org/205667
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=37b81c95ed5b02ca98001430f26d457d1077693a
Submitter: Jenkins
Branch: master

commit 37b81c95ed5b02ca98001430f26d457d1077693a
Author: Alexey Miroshkin <email address hidden>
Date: Fri Jul 24 11:37:24 2015 -0700

    Assign different values to public and admin ports

    Some Version tests use the same port value for admin and public endpoints.
    It makes public and admin endpoints indistinguishable. As results bugs like
    "Keystone API GET 5000/v3 returns wrong endpoint URL in response body"
    (bug #1381961) can't be catched by tests.

    This fix assigns uniques values to public_port and admin_port. It also
    skips test_admin_version_v3 and test_admin because of bug #1381961 which can't
    be tested properly without this fix. Tests will be re-enabled as part of
    bug #1381961 fix.

    Change-Id: Ib973198ce609737e58cc14dd74cae3c7ef5c3cc8
    Closes-Bug: #1478000