+ sudo -E kolla_set_configs INFO:__main__:Loading config file at /var/lib/kolla/config_files/config.json INFO:__main__:Validating config file INFO:__main__:Kolla config strategy set to: COPY_ALWAYS INFO:__main__:Copying service configuration files INFO:__main__:Deleting /etc/logrotate.conf INFO:__main__:Copying /var/lib/kolla/config_files/logrotate.conf to /etc/logrotate.conf INFO:__main__:Setting permission for /etc/logrotate.conf INFO:__main__:Writing out command to execute ++ cat /run_command + CMD='crond -s -n' + ARGS= + sudo kolla_copy_cacerts + [[ ! -n '' ]] + . kolla_extend_start +++ find /etc/cron.d /etc/cron.daily /etc/cron.deny /etc/cron.hourly /etc/cron.monthly /etc/crontab /etc/cron.weekly -name logrotate ++ CRON_LOGROTATE_CURRENT_PATH=/etc/cron.daily/logrotate +++ echo /etc/cron.daily/logrotate +++ sed -r 's/(.*)(hourly|daily|weekly|monthly)(.*)/\2/g' ++ CRON_LOGROTATE_CURRENT_SCHEDULE=daily ++ [[ daily =~ hourly|daily|weekly|monthly ]] ++ CRON_LOGROTATE_DESIRED_PATH=/etc/cron.daily/logrotate ++ [[ /etc/cron.daily/logrotate != \/\e\t\c\/\c\r\o\n\.\d\a\i\l\y\/\l\o\g\r\o\t\a\t\e ]] ++ echo '[i] Cron schedule for logrotate is currently set to: daily.' + echo 'Running command: '\''crond -s -n'\''' + exec crond -s -n [i] Cron schedule for logrotate is currently set to: daily. Running command: 'crond -s -n'