Comment 3 for bug 1707993

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

Reviewed: https://review.openstack.org/491947
Committed: https://git.openstack.org/cgit/openstack/keystoneauth/commit/?id=8a963de05a7484e0269165e7547320e83407df1a
Submitter: Zuul
Branch: master

commit 8a963de05a7484e0269165e7547320e83407df1a
Author: Eric Fried <email address hidden>
Date: Tue Aug 8 17:41:30 2017 -0500

    Return the endpoint_override from EndpointData

    Setting up an Adapter with an endpoint_override, calling
    get_endpoint_data() on that adapter, and accessing the `url` @property
    of the resulting EndpointData now regurgitates the endpoint_override
    initially set on the Adapter.

    Change-Id: I1033c97a7b0e19a75fa0d3c5682cf18b75918514
    Closes-Bug: #1707993