Comment 4 for bug 1971451

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

Reviewed: https://review.opendev.org/c/openstack/charm-rabbitmq-server/+/846233
Committed: https://opendev.org/openstack/charm-rabbitmq-server/commit/f790b2f64589de7f1fa0390e3b47116e79d086c2
Submitter: "Zuul (22348)"
Branch: master

commit f790b2f64589de7f1fa0390e3b47116e79d086c2
Author: Billy Olsen <email address hidden>
Date: Thu Jun 16 15:26:07 2022 -0700

    CONFIG_FILES is not a constant

    The CONFIG_FILES is not a constant, its a method and when this
    is passed to the ConfigRenderer it will cause a failure because
    the items() function does not exist (since its not a dict).

    Change-Id: Ice6cce6a736d96883eb8bc003852c2df60af7c62
    Closes-Bug: 1971451