Comment 4 for bug 1881958

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

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

commit c3fd60f70b07ddf7d2b79c5fc2704bf1619f4c96
Author: Abhishek Kekane <email address hidden>
Date: Wed Jun 3 20:25:06 2020 +0000

    Exclude http store if --all-stores specified for import/copy operation

    If operator has configured read-only 'http' store in multiple stores and while
    importing or copying existing image in multiple stores if user has specified
    --all-stores true then depending on `allow-failure`; if it is True then image
    is imported/copied to other stores than http or if it is false then image can
    not be imported/copied to other stores as well. Aslo, new image property
    `os_glance_failed_imports` shows `http` as failed store.

    Excluded `http` store from the list of stores for import/copying workflow
    if user specifies --all-stores as True.

    Change-Id: I2ad41022aa709491881e78129708da0ccc25f4f6
    Closes-Bug: #1881958
    (cherry picked from commit f7b163119052b96e3d1577c61982ef3b18ecdc97)