Comment 2 for bug 1904721

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (stable/stein)

Reviewed: https://review.opendev.org/763155
Committed: https://opendev.org/openstack/kolla-ansible/commit/7467b7db959b160a2a404f61a318a2d9740dc2e7
Submitter: Zuul
Branch: stable/stein

commit 7467b7db959b160a2a404f61a318a2d9740dc2e7
Author: Mark Goddard <email address hidden>
Date: Wed Nov 18 10:39:27 2020 +0000

    fluentd: Remove conditions from handler

    Stein only

    In https://review.opendev.org/#/c/757817/, the fluentd configuration
    generation was simplified to write out a single file. This removed 8
    different registered variables, however these were not removed from the
    handler condition. If the image is updated but configuration is not,
    then the user will get the following error:

      'fluentd_input' is undefined

    This change removes the variables from the handler condition.

    Closes-Bug: #1904721

    Change-Id: I5aa29fdb4f78c981deb53a9d40dad148c7d40849