Skip to content
Snippets Groups Projects
Commit f15d5d50 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Fix keystone fernet rotation for source images"

parents 56f35513 d09ee49a
No related branches found
No related tags found
No related merge requests found
{# Cron uses a PATH of /usr/bin:/bin by default, which does not include the #}
{# virtualenv in source images. #}
{% if keystone_install_type == 'source' %}
PATH=/var/lib/kolla/venv/bin:/usr/bin:/bin
{% endif %}
{% for cron_job in cron_jobs %}
{{ cron_job['min'] }} {{ cron_job['hour'] }} * * {{ cron_job['day'] }} /usr/bin/fernet-rotate.sh
{% endfor %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment