Use keystone_system_user_name in fernet rotation cron entry.

The Fernet autorotation cron task should use keystone_system_user_name instead
of hardcoding the user.

Change-Id: Ia39021de872025a12a4bef263290df363d17c979
This commit is contained in:
Tim Laszlo 2016-07-15 15:01:39 -05:00
parent 22afe012d4
commit 986d1d8092
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
cron:
name: "Fernet auto rotate job"
special_time: "{{ keystone_fernet_rotation }}"
user: "keystone"
user: "{{ keystone_system_user_name }}"
job: "{{ keystone_fernet_auto_rotation_script }}"
cron_file: keystone-fernet-rotate
when: >