Comment 93 for bug 1776504

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

Reviewed: https://review.openstack.org/589546
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=13897ef69b6ebecc2af203d10f23c25c7e5a3e67
Submitter: Zuul
Branch: master

commit 13897ef69b6ebecc2af203d10f23c25c7e5a3e67
Author: Morgan Fainberg <email address hidden>
Date: Tue Aug 7 09:41:13 2018 -0700

    Pass path into full_url and base_url

    This change mirrors what was done prior to flask and leans on the
    base_url and full_url functions to append '/v3' and the path or
    collection_name. This will allow for changes to wrap_member and
    wrap_collection to properly handle local-only wrapping (no need
    to cross-api call wrap because a "role" is returned from the "trust"
    api).

    Change-Id: I5376d8abc581994f28da64f3b578a04b00e68c4d
    Partial-Bug: #1776504