Updated log file entries for neutron

The changes adds the conntrackd logs to the rsyslog log shipping
role which will ensure that the logs are shipped to the logging server
and that the logs are rotated as expected.

Change-Id: I5e6b2cdbe2bda83cedc2a8d20d9ed3605ffc820f
Closes-Bug: 1439328
This commit is contained in:
Kevin Carter 2015-04-02 16:07:54 -05:00
parent c717a61889
commit a04c01e60f

View File

@ -96,6 +96,9 @@
- role: "rsyslog_client"
rsyslog_client_log_dir: "/var/log/neutron"
rsyslog_client_config_name: "99-neutron-rsyslog-client.conf"
rsyslog_client_log_files:
- /var/log/conntrackd.log
- /var/log/conntrackd-stats.log
tags:
- "neutron-rsyslog-client"
vars: