Merge "Glance: Enable db purge job"

This commit is contained in:
Zuul 2021-06-03 04:35:21 +00:00 committed by Gerrit Code Review
commit ab75dacdfe

View File

@ -89,6 +89,7 @@ class openstack_integration::glance (
cert_file => $crt_file,
key_file => $key_file,
}
class { 'glance::cron::db_purge': }
class { 'glance::notify::rabbitmq':
default_transport_url => os_transport_url({
'transport' => $::openstack_integration::config::messaging_default_proto,