openstack-ansible-os_swift/releasenotes/notes/swift-syslog-log-perms-5a116171a1adeae3.yaml
Jesse Pretorius 8256654ece Allow swift log file permissions to be set
This patch adds the ability to configure the log file permissions.

This is primarily to address a gating issue where the jenkins does
not have access to the account, container and object service logs.

That said, it's generaly useful to have this option available.

Change-Id: Ibc3d66273a4494414dde1a95ec132ff83c235f9c
2016-08-04 06:35:49 +01:00

7 lines
241 B
YAML

---
features:
- The os_swift role now allows the permissions for the log files created
by the swift account, container and object servers to be set. The
variable is ``swift_syslog_log_perms`` and is set to ``0644`` by
default.