2023.1 Series Release Notes

22.0.0-5

Bug Fixes

  • Deprecation mark has been removed from the following parameters, because these parameters are actually effective.

    • glance::backend::reserved::staging::filesystem_store_file_perm

    • glance::backend::reserved::staging::filesystem_thin_provisioning

    • glance::backend::reserved::tasks::filesystem_store_file_perm

    • glance::backend::reserved::tasks::filesystem_thin_provisioning

22.0.0

New Features

  • The glance::backend::multistore::cinder defined resource type now supports the cinder_do_extend_attached option.

  • The following classes now support the ensure parameter which controls state of the cron jobs.

    • glance::cache::cleaner

    • glance::cache::pruner

    • glance::cron::db_purge

    • glance::cron::db_purge_image_table

  • The new glance::notify::rabbitmq::executor_thread_pool_size parameter has been added.

  • The new glance::policy::policy_default_rule parameter has been added.

  • This module now supports Ubuntu 22.04 (Jammy Jellyfish).

Upgrade Notes

  • The glance::api::scrub_time parameter has been removed.

  • The glance::api::cache_prefetcher_interval parameter has been removed.

  • The following parameters of the glance::api class have been removed.

    • cert_file

    • key_file

    • ca_file

  • The validate parameter and the validation_options parameter of the glance::api class have been removed.

  • This module no longer supports Ubuntu 20.04 (Focal Fossa).

Deprecation Notes

  • The following parmeters were deprecated and will be removed in a future release.

    • glance::backend::reserved::staging::filesystem_store_file_perm

    • glance::backend::reserved::staging::filesystem_thin_provisioning

    • glance::backend::reserved::tasks::filesystem_store_file_perm

    • glance::backend::reserved::tasks::filesystem_thin_provisioning

Bug Fixes

  • Now python3-ceph package, instead of python3-rbd package, is installed when rbd backend is used. This fixes the missing python3-rados package.