Comment 2 for bug 2024020

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

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

commit 50aa301e6d27bd1c19c03f567adae9c5b8174f4f
Author: Joshua Reed <email address hidden>
Date: Thu Jun 15 11:54:46 2023 -0700

    Correct Log bug in sysinv conductor.

    In file kube_app.py, the class FlucCDHelper has a function
    called make_fluxcd_operation. Inside there is a LOG.error
    with an invalid python string formatter. The manifest_dir
    string is missing, and this change corrects this issue.

    Test Plan:
    PASS: build-pkg -a && build-image
    PASS: full AIO-SX install
    PASS: run system application-upload
              /usr/local/share/applications/helm/security-profiles-operator-22.12-1.tgz
          run system application-list to validate the security
              profile application is uploaded successfully
          run system application-apply security-profiles-operator to deploy
              the application
          Last: observe the corrected log output in /var/log/sysinv.log

    Closes-Bug: 2024020
    Change-Id: Icfffd04309721193b71654927751b783b9c6ace2
    Signed-off-by: Joshua Reed <email address hidden>