compress

/var/log/nova/*.log {
    rotate 15
    size 1M
    weekly
    dateext
    missingok
    notifempty
    su nova nova
    sharedscripts
}
