Comment 8 for bug 1621505

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

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

commit f2147f79aaa42aedbb8c3413151fade301f468e8
Author: tamilhce <email address hidden>
Date: Fri Sep 9 09:25:41 2016 +0530

    Don't use endpoint_override with session

    We should not use endpoint_override by default and rather
    use service_type with session. This also refactors some of
    the associated code.

    However, if one wants to override the endpoint they can pass
    endpoint_override to the client constructor along with session.

    Change-Id: I7c27d8ff827de3b4bb3e70457c0b6a3f47b6d7bb
    Co-Authored-By: Rabi Mishra <email address hidden>
    Closes-Bug: #1621505