From 7da50273496e1f950419706155765b833bf31648 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 17 Aug 2020 17:05:39 +0900 Subject: [PATCH] Update git submodules * Update puppet-glance from branch 'master' - Add support for db purge cron jobs 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 --- puppet-glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet-glance b/puppet-glance index 789065b481..43f08226c3 160000 --- a/puppet-glance +++ b/puppet-glance @@ -1 +1 @@ -Subproject commit 789065b481dee2c058d1951a201c1680df563539 +Subproject commit 43f08226c3917b6aa5244880546040c8dbf66ab3