8256654ece
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
7 lines
241 B
YAML
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.
|