Comment 2 for bug 2039959

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

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

commit fff5411067bd2dfe265c2ca75620ce48b4ee5b0e
Author: rakshith mr <email address hidden>
Date: Fri Oct 20 08:10:27 2023 -0400

    Typo fix in system help command output for kube-upgrade-failed

    "system help kube-upgrade-failed" command gives the response
    "Set kubernetes upgrade status to *-failed", where the asterisk+dash
    in the status '*-failed' looks like a typo.
    The typo has be corrected, giving proper response
    "Set kubernetes upgrade status to failed"

    Test Plan:
    PASS: Fresh install on AIO-SX.
          Check response of "system help kube-upgrade-failed"
          command and check all pods are running as expected.

    Closes-Bug: 2039959

    Change-Id: I58c954bae8ceb77f4e2a1815b9408b8d2807c023
    Signed-off-by: rakshith mr <email address hidden>