Configure group permissions when writing files

Ensure that group 'aodh' is used when writing out templated
configuration files.

Change-Id: Iae471df96773c9a3aae204df2bf178f375391389
Closes-Bug: 1782627
This commit is contained in:
James Page 2018-07-30 14:12:17 +01:00
parent c3f16a1ca5
commit a63b0def1b
1 changed files with 2 additions and 0 deletions

View File

@ -111,6 +111,8 @@ class AodhCharm(charms_openstack.charm.HAOpenStackCharm):
]),
}
group = 'aodh'
@staticmethod
def reload_and_restart():
if ch_host.init_is_systemd():