Comment 14 for bug 1940838

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/828408
Committed: https://opendev.org/openstack/tripleo-heat-templates/commit/36be5cecad5afb15f2598fd19798e7797453d814
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 36be5cecad5afb15f2598fd19798e7797453d814
Author: Harald Jensås <email address hidden>
Date: Thu Aug 26 15:48:59 2021 +0200

    Add IronicNeutronAgentReportInterval parameter

    Add IronicNeutronAgentReportInterval with a default of
    30 seconds.

    Previously the ironic-neutron-agent used the global report
    interval in neutron. The global interval was increased to
    300s in change: Ib3f7cd9d6c050140a5e8b59adf7fd8f65b12df2f.

    While the 300s interval may make sense for other agents,
    the ironic-neutron-agent can keep reporting at 30s, the
    previous default.

    Conflicts:
      deployment/ironic/ironic-neutron-agent-container-puppet.yaml

    Closes-Bug: #1940838
    Depends-On: https://review.opendev.org/828409
    Change-Id: Id77662e9dd466ec8609354c2dbeee8592f599e72
    (cherry picked from commit 9574cd4d0f65fd6f7a5a6e04379f8bc4fd6c020c)