Comment 7 for bug 1971451

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

Reviewed: https://review.opendev.org/c/openstack/charm-rabbitmq-server/+/850774
Committed: https://opendev.org/openstack/charm-rabbitmq-server/commit/e86467b57abaaa61cac45ffc852a0f7c16910b9d
Submitter: "Zuul (22348)"
Branch: stable/jammy

commit e86467b57abaaa61cac45ffc852a0f7c16910b9d
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
    (cherry picked from commit f790b2f64589de7f1fa0390e3b47116e79d086c2)