Comment 5 for bug 1425766

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

Reviewed: https://review.openstack.org/159315
Committed: https://git.openstack.org/cgit/openstack/python-keystoneclient/commit/?id=3e2035bf8823f87cb736a526d4f084487066d33e
Submitter: Jenkins
Branch: master

commit 3e2035bf8823f87cb736a526d4f084487066d33e
Author: Jamie Lennox <email address hidden>
Date: Thu Feb 26 12:07:11 2015 +1100

    Allow handling multiple service_types

    If the same service_type was mentioned in the catalog more than once
    then only the last entry would be parsed and any possible other matches
    would be lost.

    This was something that novaclient used to do, and as we are pushing
    sessions as the way that clients should all work we need to maintain
    that compatibility.

    Change-Id: I6964515ed1975bce1998897abfc02a1ec36e2584
    Closes-Bug: #1425766