Comment 7 for bug 1555830

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

Reviewed: https://review.openstack.org/291620
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=58094bff80584ba9afac0073aea545a96a170bff
Submitter: Jenkins
Branch: master

commit 58094bff80584ba9afac0073aea545a96a170bff
Author: Steve Martinelli <email address hidden>
Date: Fri Mar 11 04:06:18 2016 -0500

    Search by user defined ID for service providers

    IDs for service providers can be user defined (like, Bob). This
    causes issues with the usual get by ID method.

    Keystone server side has implemented changes to search by ID when
    listing, which should resolve the issue with minimal changes to
    the client side.

    Change-Id: Ic705806e4bc7bb24f946a1fce803a0a0a4d788c1
    Closes-Bug: 1555830