Comment 1 for bug 2047643

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to config (master)

Reviewed: https://review.opendev.org/c/starlingx/config/+/904384
Committed: https://opendev.org/starlingx/config/commit/77f2c9ce3d16fa43c51bf73d22defc4754f292c5
Submitter: "Zuul (22348)"
Branch: master

commit 77f2c9ce3d16fa43c51bf73d22defc4754f292c5
Author: dbarbosa <email address hidden>
Date: Wed Dec 27 11:53:50 2023 -0300

    Fix positional argument error when running the 76 script.

    A new mandatory argument was added to the registry_image.list
    method in the cgts sysinv client breaking the contract on
    76-remove-armada-if-unused.py thus resulting in a TypeError
    exception.

    This commit adds the missing parameter and fixes the error.

    Test Plan:
    PASS Build pkgs and build image
    PASS Upgrade SX stx-8 -> master
    PASS Armada removed when there are no Armada apps

    Closes-Bug: 2047643

    Change-Id: I16a8cc4ed6c12751fc3f90c7c12499914cf6aa52
    Signed-off-by: David Bastos <email address hidden>