Merge "Rebuild neutron in 8.0 branch" into openstack-ci/fuel-8.0/liberty
[openstack-build/neutron-build.git] / centos7 / rpm / SOURCES / neutron.logrotate
diff --git a/centos7/rpm/SOURCES/neutron.logrotate b/centos7/rpm/SOURCES/neutron.logrotate
new file mode 100644 (file)
index 0000000..fc1c70b
--- /dev/null
@@ -0,0 +1,7 @@
+/var/log/neutron/*.log {
+    rotate 14
+    size 10M
+    missingok
+    compress
+    copytruncate
+}