Comment 16 for bug 1992789

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/+/862245
Committed: https://opendev.org/openstack/charm-nova-cloud-controller/commit/b40ea5d3eb65dd6d91f7cf1bdffdfd93705aa256
Submitter: "Zuul (22348)"
Branch: stable/ussuri

commit b40ea5d3eb65dd6d91f7cf1bdffdfd93705aa256
Author: Alex Kavanagh <email address hidden>
Date: Sun Oct 16 20:27:42 2022 +0100

    In nova_cc_utils.py:resolve_hosts_for: .append -> .add

    The method was refactored (in part) to use sets to enforce uniqueness of
    the hosts. Unfortunately, a list method (.append()) slipped through
    that should have been converted to .add(). This fixes that error.

    Change-Id: I248430cd1a9156efab745fe110a39441b503b3a5
    Closes-Bug: #1992789
    (cherry picked from commit 007f9e33b0f111bcd22aebfa785bb5066832e802)