Merge "CONFIG_FILES is not a constant"

This commit is contained in:
Zuul 2022-07-04 14:08:00 +00:00 committed by Gerrit Code Review
commit eadb7948b7
1 changed files with 1 additions and 1 deletions

View File

@ -613,7 +613,7 @@ def cluster_changed(relation_id=None, remote_unit=None):
rabbit.CLUSTER_MODE_KEY: config(
rabbit.CLUSTER_MODE_KEY)})
rabbit.ConfigRenderer(
rabbit.CONFIG_FILES).write_all()
rabbit.CONFIG_FILES()).write_all()
if not is_leader() and is_relation_made('nrpe-external-master'):
update_nrpe_checks()