]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Update horizon packages 53/38353/1 mcp/ocata
authorIvan Udovichenko <iudovichenko@mirantis.com>
Tue, 24 Apr 2018 18:14:50 +0000 (21:14 +0300)
committerIvan Udovichenko <iudovichenko@mirantis.com>
Tue, 24 Apr 2018 18:15:08 +0000 (21:15 +0300)
Version: 3:11.0.4-2~u16.04+mcp0

  * Add openstack-dashboard.logrotate file.

Change-Id: Ib0efd96b7533fb22d4527a6e7387c2091083d75a
Related-PROD: https://mirantis.jira.com/browse/PROD-19265

xenial/debian/changelog
xenial/debian/openstack-dashboard.logrotate [new file with mode: 0644]

index 181a12b4fbbe534a18c656d4cd5eb586c354375e..9d2fc09a10744dcb9347b19887da9a93c7a24945 100644 (file)
@@ -1,3 +1,9 @@
+horizon (3:11.0.4-2~u16.04+mcp0) mcp; urgency=medium
+
+  * Add openstack-dashboard.logrotate file.
+
+ -- Ivan Udovichenko <mos-linux@mirantis.com>  Tue, 24 Apr 2018 21:14:07 +0300
+
 horizon (3:11.0.4-1~u16.04+mcp0) mcp; urgency=medium
 
   * Bump the version to 11.0.4 after the sync.
diff --git a/xenial/debian/openstack-dashboard.logrotate b/xenial/debian/openstack-dashboard.logrotate
new file mode 100644 (file)
index 0000000..5fb1ffb
--- /dev/null
@@ -0,0 +1,8 @@
+/var/log/horizon/*.log {
+    daily
+    missingok
+    compress
+    delaycompress
+    copytruncate
+    notifempty
+}