charms.openstack/unit_tests/charms_openstack/charm
James Page 51d00c45e2 Ensure config files rendered with sane permissions
All configuration files are being rendered with root.root ownership
with mask 0444 (including global read!).  Render configuration files
as owner root, with a group read permission appropriate to the
consuming charm.  This can be configured by setting the group
attribute of the Charm subclass, but will default to 'root' if
not supplied (preserving the previous behaviour).

Change-Id: Ib1e2d3801b171e5c7ea79d058fb36dfc532d5d20
Closes-Bug: 1780490
2018-07-17 10:10:03 -04:00
..
__init__.py Refactor of charm.py -> charm/*.py and tests 2017-05-19 18:21:09 +01:00
common.py Add snap support 2017-10-05 18:37:39 +00:00
test_classes.py Add support for certs from the tls-certs relation 2018-05-15 11:07:17 +00:00
test_core.py Ensure config files rendered with sane permissions 2018-07-17 10:10:03 -04:00
test_defaults.py Add snap support 2017-10-05 18:37:39 +00:00
test_utils.py change assert(Not)Equals to assert(Not)Equal 2017-09-12 14:46:37 +08:00
utils.py Move application version set to charms.openstack 2017-09-06 20:42:24 +01:00