43f08226c3
This patch introduces the following 2 classes to manage cron jobs to purge deleted records from database. - glance::cron::db_purge - glance::cron::db_purge_images_table Note that purging the images table can cause a security risk. Users should read and understand the implications of OSSN-0075[1] before they use the glance::cron::db_purge_images_table class. [1] https://wiki.openstack.org/wiki/OSSN/OSSN-0075 Change-Id: I53f0d0b5cbbb2361d34927800b5b3dcf8a0dc326
11 lines
345 B
YAML
11 lines
345 B
YAML
---
|
|
features:
|
|
- |
|
|
The new ``glance::cron::db_purge`` class has been added. This class manages
|
|
a cron job to run ``glance db purge`` command periodically.
|
|
|
|
- |
|
|
The new ``glance::cron::db_purge_images_table`` class has been added. This
|
|
class manages a cron job to run ``glance db purge_images_table`` command
|
|
periodically.
|