Comment 1 for bug 2045704

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

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

commit dade970c8a64e2ca0d9dbe297d98e428dc817cf2
Author: Heitor Matsui <email address hidden>
Date: Tue Dec 5 18:27:59 2023 -0300

    Fix missing runtime apply parameter

    The parameter config_out_of_date_timeout was removed by
    commit [1], however a reference to it remained in the code,
    introduced by commit [2].

    This commit fixes the reference, now declared as a constant
    on sysinv/common/constants.py

    [1] https://review.opendev.org/c/starlingx/config/+/894544
    [2] https://review.opendev.org/c/starlingx/config/+/896164

    Test Plan
    PASS: force a scenario where an amount of runtime configurations
          are enqueued/deferred, verify no errors on sysinv.log and
          that the message "_ready_to_apply_runtime_config: wait %s secs"
          is shown on the log, indicating that the previous point of
          failure is not failing anymore.

    Closes-bug: 2045704

    Change-Id: I96d6cbe5087936790a0854a51a464798a87786ef
    Signed-off-by: Heitor Matsui <email address hidden>