]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Now using a single logrotate file in neutron-common.
authorThomas Goirand <thomas@goirand.fr>
Sun, 12 Oct 2014 08:25:24 +0000 (16:25 +0800)
committerThomas Goirand <thomas@goirand.fr>
Sun, 12 Oct 2014 08:25:24 +0000 (16:25 +0800)
Rewritten-From: 5bc6b0e913b1f264ce8a6a5bbd6bd2e6b567c9ca

12 files changed:
trusty/debian/changelog
trusty/debian/neutron-common.logrotate
trusty/debian/neutron-dhcp-agent.logrotate [deleted file]
trusty/debian/neutron-l3-agent.logrotate [deleted file]
trusty/debian/neutron-lbaas-agent.logrotate [deleted file]
trusty/debian/neutron-metadata-agent.logrotate [deleted file]
trusty/debian/neutron-metering-agent.logrotate [deleted file]
trusty/debian/neutron-plugin-linuxbridge-agent.logrotate [deleted file]
trusty/debian/neutron-plugin-nec-agent.logrotate [deleted file]
trusty/debian/neutron-plugin-openvswitch-agent.logrotate [deleted file]
trusty/debian/neutron-server.logrotate [deleted file]
trusty/debian/neutron-vpn-agent.logrotate [deleted file]

index 3e16a4faa364e9d0c7f00bc895c9919cd7eca1c6..63c65f8f77a7d7bef49567d034210851217bcbc7 100644 (file)
@@ -3,6 +3,7 @@ neutron (2014.2~rc2-1) experimental; urgency=medium
   * New upstream release.
   * Updated (build-)depends for this release.
   * Added ipset, iproute2, arping and keepalived as dependency.
+  * Now using a single logrotate file in neutron-common.
 
  -- Thomas Goirand <zigo@debian.org>  Fri, 10 Oct 2014 23:11:10 +0800
 
index 2002058d5a669744c960dc7a5d80d4d81745e2a3..c39eca5e9aeca8ca570c9c17e8343aea4e867c52 100644 (file)
@@ -1,4 +1,4 @@
-/var/log/neutron/neutron-ns-metadata-proxy*.log {
+/var/log/neutron/*.log {
     daily
     missingok
     compress
diff --git a/trusty/debian/neutron-dhcp-agent.logrotate b/trusty/debian/neutron-dhcp-agent.logrotate
deleted file mode 100644 (file)
index da6aff1..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-/var/log/neutron/neutron-dhcp-agent.log {
-    daily
-    missingok
-    compress
-    delaycompress
-    notifempty
-    copytruncate
-}
diff --git a/trusty/debian/neutron-l3-agent.logrotate b/trusty/debian/neutron-l3-agent.logrotate
deleted file mode 100644 (file)
index e81917f..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-/var/log/neutron/neutron-l3-agent.log {
-    daily
-    missingok
-    compress
-    delaycompress
-    notifempty
-    copytruncate
-}
diff --git a/trusty/debian/neutron-lbaas-agent.logrotate b/trusty/debian/neutron-lbaas-agent.logrotate
deleted file mode 100644 (file)
index 9b2d717..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-/var/log/neutron/neutron-lbaas-agent.log {
-    daily
-    missingok
-    compress
-    delaycompress
-    notifempty
-    copytruncate
-}
diff --git a/trusty/debian/neutron-metadata-agent.logrotate b/trusty/debian/neutron-metadata-agent.logrotate
deleted file mode 100644 (file)
index 9bfea2f..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-/var/log/neutron/neutron-metadata-agent.log {
-    daily
-    missingok
-    compress
-    delaycompress
-    notifempty
-    copytruncate
-}
diff --git a/trusty/debian/neutron-metering-agent.logrotate b/trusty/debian/neutron-metering-agent.logrotate
deleted file mode 100644 (file)
index e3f2a5b..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-/var/log/neutron/neutron-metering-agent.log {
-    daily
-    missingok
-    compress
-    delaycompress
-    notifempty
-    copytruncate
-}
diff --git a/trusty/debian/neutron-plugin-linuxbridge-agent.logrotate b/trusty/debian/neutron-plugin-linuxbridge-agent.logrotate
deleted file mode 100644 (file)
index b3ad82b..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-/var/log/neutron/neutron-linuxbridge-agent.log {
-    daily
-    missingok
-    compress
-    delaycompress
-    notifempty
-    copytruncate
-}
diff --git a/trusty/debian/neutron-plugin-nec-agent.logrotate b/trusty/debian/neutron-plugin-nec-agent.logrotate
deleted file mode 100644 (file)
index 39fa2a2..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-/var/log/neutron/neutron-nec-agent.log {
-    daily
-    missingok
-    compress
-    delaycompress
-    notifempty
-    copytruncate
-}
diff --git a/trusty/debian/neutron-plugin-openvswitch-agent.logrotate b/trusty/debian/neutron-plugin-openvswitch-agent.logrotate
deleted file mode 100644 (file)
index 7dfc813..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-/var/log/neutron/neutron-openvswitch-agent.log {
-    daily
-    missingok
-    compress
-    delaycompress
-    notifempty
-    copytruncate
-}
diff --git a/trusty/debian/neutron-server.logrotate b/trusty/debian/neutron-server.logrotate
deleted file mode 100644 (file)
index eca7422..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-/var/log/neutron/neutron-server.log {
-    daily
-    missingok
-    compress
-    delaycompress
-    notifempty
-    copytruncate
-}
\ No newline at end of file
diff --git a/trusty/debian/neutron-vpn-agent.logrotate b/trusty/debian/neutron-vpn-agent.logrotate
deleted file mode 100644 (file)
index bb17966..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-/var/log/neutron/neutron-vpn-agent.log {
-    daily
-    missingok
-    compress
-    delaycompress
-    notifempty
-    copytruncate
-}