Comment 2 for bug 1422487

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

Reviewed: https://review.openstack.org/156361
Committed: https://git.openstack.org/cgit/openstack/python-heatclient/commit/?id=4cda08d91c6344770819df48d5be855590e592f0
Submitter: Jenkins
Branch: master

commit 4cda08d91c6344770819df48d5be855590e592f0
Author: Adrien Vergé <email address hidden>
Date: Mon Feb 16 21:33:15 2015 +0100

    Fix non-working endpoint type argument

    Whatever the endpoint type passed with --os-endpoint-type or
    OS_ENDPOINT_TYPE, the publicURL is always used (instead of, for
    instance, adminURL or internalURL).

    This patch passes the user-defined endpoint type to keystoneclient's
    get_endpoint() so that the correct endpoint is chosen from the catalog.

    Change-Id: Iee9f0e576d5fba3b4bf1dd267dfee233b0a7ea8f
    Closes-Bug: #1422487