Comment 4 for bug 1674246

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

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

commit d6068bec44e179174bcde8c13827caf1ac738c5a
Author: space <email address hidden>
Date: Thu Mar 23 08:03:38 2017 -0400

    Add 'protected' filter to image-list call

    Implements v2 API image-list filtering on the 'protected' property
    following the spec:
    https://git.openstack.org/cgit/openstack/glance-specs/tree/specs/pike
    /approved/glance/add-protected-filter.rst
    The 'protected' query string parameter accepts one of 'true', 'false'.
    Any other value raises a 400 with an appropriate message.
    See the discussion on https://review.openstack.org/#/c/451560/
    for why this implementation strategy was chosen.

    Change-Id: Ie90d952edddd3f69b3f489f056ff506e63f96376
    Closes-Bug: #1674246