Comment 5 for bug 1703666

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

Reviewed: https://review.openstack.org/482364
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=1483e056bd26cc2802adbe6a4ad0beae32c374bb
Submitter: Zuul
Branch: master

commit 1483e056bd26cc2802adbe6a4ad0beae32c374bb
Author: Erik Olof Gunnar Andersson <email address hidden>
Date: Mon Jul 10 17:43:20 2017 -0700

    Fixing multi-region support in templated v3 catalog

    Previously each region had its own entry for each service_type
    with only it's own endpoints listed. This patch changes this
    so that each service type has the endpoints from all regions
    listed.

    We also move the flawed templated get_v3_catalog function call
    from the base catalog class into the templated class.

    Change-Id: Ifddf08990539b6ac7d8289d410092b2ae9f5cbed
    Closes-Bug: #1703666