Comment 18 for bug 1927698

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

Reviewed: https://review.opendev.org/c/openstack/charm-nova-cloud-controller/+/859923
Committed: https://opendev.org/openstack/charm-nova-cloud-controller/commit/2687b874fe08b4eab6b4a9e39d112c8d37f763a0
Submitter: "Zuul (22348)"
Branch: stable/ussuri

commit 2687b874fe08b4eab6b4a9e39d112c8d37f763a0
Author: Alex Kavanagh <email address hidden>
Date: Fri May 7 12:13:29 2021 +0100

    Fix bug where str is added to cached_hostset list

    The original code was appending a str to a list rather than either
    appending it or adding it as a list of one element. The code avoids
    append to avoid unintentional side-effects.

    Change-Id: I1466981f1d68f8dea3bbe32fdde6c4825056c0d0
    Closes-Bug: #1927698
    (cherry picked from commit e63c68d505ee2eb88a0edef83c4a63a8d827f9f6)