Fix logrotate config for horizon and keystone.

Change-Id: Idc6942c8e16b27e43e45b32d21dc15019882ccc2
This commit is contained in:
Marc Gariepy 2015-11-16 10:59:27 -05:00
parent 095bb63377
commit 028b9f137f
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@
- "os-horizon"
- role: "rsyslog_client"
rsyslog_client_log_rotate_file: horizon_log_rotate
rsyslog_client_log_dir: "/var/log/apache2"
rsyslog_client_log_dir: "/var/log/horizon"
rsyslog_client_config_name: "99-horizon-rsyslog-client.conf"
tags:
- "horizon-rsyslog-client"

View File

@ -81,7 +81,7 @@
- { role: "openstack_openrc", tags: [ "openstack-openrc" ] }
- role: "rsyslog_client"
rsyslog_client_log_rotate_file: keystone_log_rotate
rsyslog_client_log_dir: "/var/log/apache2"
rsyslog_client_log_dir: "/var/log/keystone"
rsyslog_client_config_name: "99-keystone-rsyslog-client.conf"
tags:
- "keystone-rsyslog-client"