Comment 5 for bug 1555830

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

Reviewed: https://review.openstack.org/291584
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=cecf6048f2018e7cea864e3a6ff18b9088ac4254
Submitter: Jenkins
Branch: master

commit cecf6048f2018e7cea864e3a6ff18b9088ac4254
Author: Steve Martinelli <email address hidden>
Date: Fri Mar 11 02:45:53 2016 -0500

    Support `id` and `enabled` attributes when listing service providers

    list SPs currently doesn't support to filter records by any
    attributes, but this is used somewhere, such as OpenStack
    Client using `name` to filter the record.

    SP doesn't has `name` attribute but has `id`, `enabled`
    attributes instead.

    This patch enables the filtering of Service Provider based
    on `id`, `enabled` attributes so that OpenStack Client or the
    CURL query can benefit from it.

    based off of: Ib672ba759d26bdd0eecd48451994b3451fb8648a

    Closes-Bug: 1555830

    Change-Id: Icdecaa44415786397ee8bb22de16d25cb8fe603a