Comment 3 for bug 1794552

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

Reviewed: https://review.openstack.org/606195
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=1efecc92c09d5f691fac1e9373ff123b549ced39
Submitter: Zuul
Branch: master

commit 1efecc92c09d5f691fac1e9373ff123b549ced39
Author: Morgan Fainberg <email address hidden>
Date: Fri Sep 28 13:08:37 2018 -0700

    Properly replace flask view args in links

    When the API Prefix is used in a Flask API, it is possible the flask
    view argument specification will bleed through to the self link instead
    of a properly formated url.

    The add_self_reference_links mechanism in keystone.server.flask.common
    now substitutes out the self link to the {} substitution and applies
    a .format() utilizing the view args to the URI in the self link.

    Change-Id: Ic5c89c285ed964de7411b273567bb97fcf43da06
    closes-bug: #1794552