From: Ivan Udovichenko Date: Tue, 24 Apr 2018 18:14:50 +0000 (+0300) Subject: Update horizon packages X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F53%2F38353%2F1;p=openstack-build%2Fhorizon-build.git Update horizon packages 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 --- diff --git a/xenial/debian/changelog b/xenial/debian/changelog index 181a12b..9d2fc09 100644 --- a/xenial/debian/changelog +++ b/xenial/debian/changelog @@ -1,3 +1,9 @@ +horizon (3:11.0.4-2~u16.04+mcp0) mcp; urgency=medium + + * Add openstack-dashboard.logrotate file. + + -- Ivan Udovichenko 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 index 0000000..5fb1ffb --- /dev/null +++ b/xenial/debian/openstack-dashboard.logrotate @@ -0,0 +1,8 @@ +/var/log/horizon/*.log { + daily + missingok + compress + delaycompress + copytruncate + notifempty +}