nova/releasenotes/notes/image_cache-conf-opts-moved-e552e4a2d59e056e.yaml
Eric Fried 828e8047e5 Consolidate [image_cache] conf options
Blueprint image-precache-support added a conf section called
[image_cache], so it makes sense to move all the existing image
cache-related conf options into it.

Old:
[DEFAULT]image_cache_manager_interval
[DEFAULT]image_cache_subdirectory_name
[DEFAULT]remove_unused_base_images
[DEFAULT]remove_unused_original_minimum_age_seconds
[libvirt]remove_unused_resized_minimum_age_seconds

New:
[image_cache]manager_interval
[image_cache]subdirectory_name
[image_cache]remove_unused_base_images
[image_cache]remove_unused_original_minimum_age_seconds
[image_cache]remove_unused_resized_minimum_age_seconds

Change-Id: I3c49825ac0d70152b6c8ee4c8ca01546265f4b80
Partial-Bug: #1847302
2019-11-13 11:09:03 -06:00

23 lines
884 B
YAML

---
deprecations:
- |
The following conf options have been moved to the ``[image_cache]`` group
and renamed accordingly. The old option paths are deprecated and will be
removed in a future release.
.. list-table::
:header-rows: 1
* - Deprecated Option
- New Option
* - ``[DEFAULT]image_cache_manager_interval``
- ``[image_cache]manager_interval``
* - ``[DEFAULT]image_cache_subdirectory_name``
- ``[image_cache]subdirectory_name``
* - ``[DEFAULT]remove_unused_base_images``
- ``[image_cache]remove_unused_base_images``
* - ``[DEFAULT]remove_unused_original_minimum_age_seconds``
- ``[image_cache]remove_unused_original_minimum_age_seconds``
* - ``[libvirt]remove_unused_resized_minimum_age_seconds``
- ``[image_cache]remove_unused_resized_minimum_age_seconds``