~ubuntu-branches/ubuntu/trusty/neutron/trusty-updates

« back to all changes in this revision

Viewing changes to debian/neutron-metadata-agent.logrotate

  • Committer: Package Import Robot
  • Author(s): Corey Bryant
  • Date: 2015-06-22 10:14:52 UTC
  • mfrom: (28.1.7 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20150622101452-xbnsrkr18wfvcjk2
Tags: 1:2014.1.5-0ubuntu1
* Resynchronize with stable/icehouse (877df58) (LP: #1467533):
  - [cae7108] Fix enable_snat column migration for Postgres + SQLite
  - [61571b4] Persist DHCP leases to a local database
  - [fba8d9b] Process port IP requests before subnet requests
  - [43fe809] Don't resync on DHCP agent setup failure
  - [91cc867] Deal with PEP-0476 certificate chaining checking
  - [877df58] Ignore http_proxy while connecting to test WSGI server

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/var/log/neutron/metadata-agent.log {
2
 
    daily
3
 
    missingok
4
 
    compress
5
 
    delaycompress
6
 
    notifempty
7
 
}