Comment 4 for bug 1367564

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

Reviewed: https://review.openstack.org/121121
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=8b9f9836f8aadf98ff3bcc88de5622903625e7a0
Submitter: Jenkins
Branch: master

commit 8b9f9836f8aadf98ff3bcc88de5622903625e7a0
Author: Bartosz Fic <email address hidden>
Date: Wed Oct 8 10:47:31 2014 +0200

    GET property which name includes resource type prefix

    Currently GET call to API to retrieve property details ends with
    404 error when property name includes resource type prefix.
    This patch extends show method to take filters as a parameter.
    If 'resource_type' is included in filters then the prefix of included
    resource type is removed from property name. This enables user to look
    for property name starting with prefix that comes from associated
    resource type.

    Change-Id: I3c4d96fbc9ce15016631017bf76089c338ac3cdc
    Closes-Bug: #1367564
    DocImpact
    Co-Authored-By: Bartosz Fic <email address hidden>
    Co-Authored-By: Pawel Koniszewski <email address hidden>