summaryrefslogtreecommitdiff
path: root/releasenotes/notes/image_cache-conf-opts-moved-e552e4a2d59e056e.yaml
blob: 62066537e08e7c65e98dd9b96f34184dc43efdf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
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``