Comment 6 for bug 1503459

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-keystoneclient (stable/liberty)

Reviewed: https://review.openstack.org/251505
Committed: https://git.openstack.org/cgit/openstack/python-keystoneclient/commit/?id=6125040fca54e7fb6483114bbbe3e60f69ebb057
Submitter: Jenkins
Branch: stable/liberty

commit 6125040fca54e7fb6483114bbbe3e60f69ebb057
Author: Haneef Ali <email address hidden>
Date: Tue Oct 6 15:51:12 2015 -0700

    Remove hardcoded endpoint filter for update password

    User password update hardcoded the endpoint_filter to always use the public
    endpoint. This will break deployments where services behind the firewall have
    no access to the public endpoint. Endpoint selection should be allowed
    by the end user (i.e. openstack --os-interface internal user password set).

    Closes-Bug: 1503459

    Change-Id: Ib11d60cd8e81b99aedb27f1cbbf6b79218045cf0
    (cherry picked from commit d47da3b59c581dd3bb6bd4d75de819d0fd734fa5)