Comment 1 for bug 1417527

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

Reviewed: https://review.openstack.org/152478
Committed: https://git.openstack.org/cgit/openstack/python-saharaclient/commit/?id=f28a33f52fbf13958e4b9737cdcfa6c8b5253bfe
Submitter: Jenkins
Branch: master

commit f28a33f52fbf13958e4b9737cdcfa6c8b5253bfe
Author: Adrien Vergé <email address hidden>
Date: Tue Feb 3 12:28:02 2015 +0100

    Pass endpoint_type to Sahara client constructor

    Currently endpoint_type is not passed to api.client.Client(), so
    the default (publicURL) is always applied. This results in useless
    --endpoint-type option and SAHARA_ENDPOINT_TYPE variable.

    Change-Id: If9f84776bee0dd8d1680418acebafd49ea876967
    Closes-Bug: #1417527