Comment 2 for bug 1516697

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible (juno)

Reviewed: https://review.openstack.org/245920
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible/commit/?id=b087695e5341bb11898491b055e0f423342fc1c1
Submitter: Jenkins
Branch: juno

commit b087695e5341bb11898491b055e0f423342fc1c1
Author: Bjoern Teipel <email address hidden>
Date: Mon Nov 16 11:35:05 2015 -0600

    Dropping logrotate.conf for all Openstack aggregate logs

    This fix will add a logrotate configuration file for each host
    including all log files found under /openstack/log.
    All log files are rotated using copytruncate, so no service needs to
    be restarted after the rotation.
    This was implemended to mimic the kilo implementation, hence using the same
    file name for the logrotate configuration, so it'll updated as part of the
    kilo upgrade.

    Change-Id: Ifb180bf5e1dd17c5ee3bdbfda54f7b469d1e4daf
    Closes-Bug: #1516697