Comment 2 for bug 1782644

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

Reviewed: https://review.openstack.org/584391
Committed: https://git.openstack.org/cgit/openstack/charm-designate/commit/?id=25aa3d1b5a3047d7908590369cb5e0c8f2dd0cb5
Submitter: Zuul
Branch: master

commit 25aa3d1b5a3047d7908590369cb5e0c8f2dd0cb5
Author: James Page <email address hidden>
Date: Fri Jul 20 10:17:03 2018 -0400

    Fix group read permissions

    Recent changes in charms.openstack write configuration files
    with perms 0640; however without a group attribute on the
    client charm class, these will root.root owned.

    Ensure that config files are written using root.designate for
    this charm.

    Change-Id: I5e680e7546ad66f087c1c15cd2db60428d50afb9
    Closes-Bug: 1782644