Comment 3 for bug 1889676

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

Reviewed: https://review.opendev.org/744994
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=69848bfc582c827e5da374724a1055673eef6afa
Submitter: Zuul
Branch: stable/ussuri

commit 69848bfc582c827e5da374724a1055673eef6afa
Author: Erno Kuvaja <email address hidden>
Date: Thu Jul 30 19:37:53 2020 +0100

    Add "stores" to disallowed properties

    Stores is image property which API uses to indicate which
    stores (store IDs) contains the image. This also can be
    set by user making it very confusing and potentially
    catastrophic breaking for consumers.

    This patch prevents that to happen.

    Depends-on: https://review.opendev.org/#/c/744024/
    Change-Id: I4eca092bd0a7cce1d6bbbd30685f4643cb4e7d1c
    Closes-Bug: #1889676
    (cherry picked from commit e1f0e94b90b162b1cdca5bdd7af3c09a90ca80ac)