Comment 3 for bug 1851502

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-common (stable/stein)

Reviewed: https://review.opendev.org/693196
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=962f0a33adf236a20f3b6803e63f755ba0622a8b
Submitter: Zuul
Branch: stable/stein

commit 962f0a33adf236a20f3b6803e63f755ba0622a8b
Author: Bogdan Dobrelya <email address hidden>
Date: Wed Oct 9 14:58:00 2019 +0200

    Fix dynamic executor appending to objects

    Set() has no the append() method.
    Unify the _objects to be always assigned a list.
    Take the safer remove() approach for the non-unique locks,
    if any happened in the image uploader locks manager.

    Closes-Bug: #1851502
    Change-Id: I1f15441ef31f530758f1588e8006cc6b17d3aeaf
    Signed-off-by: Bogdan Dobrelya <email address hidden>
    (cherry picked from commit 0b77267d5e974fcb1b759410a94bdb236e96852d)