keystone_fernet cron jobs installed into wrong place in CentOS source build
Bug #1745484 reported by
George Zhao
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla-ansible |
Fix Released
|
Medium
|
Kevin Tibi | ||
Pike |
Fix Released
|
Medium
|
Mark Goddard | ||
Queens |
Fix Released
|
Medium
|
Kevin Tibi | ||
Rocky |
Fix Released
|
Medium
|
Kevin Tibi | ||
Stein |
Fix Released
|
Medium
|
Kevin Tibi |
Bug Description
User cron jobs are located under /var/spool/
e.g.
Running crontab -e with user root will create a file /var/spool/
Should add if condition in keystone-
{
{% if kolla_base_distro == 'centos' %}
"dest": "/var/spool/
{% else %}
"dest": "/var/spool/
{% endif %}
"perm": "0600"
},
To post a comment you must log in.
Fixed by:
https:/ /review. openstack. org/612284 (master) /review. openstack. org/613932 (rocky) /review. openstack. org/613933 (queens)
https:/
https:/