puppet-nova/releasenotes/notes/compute-image_cache-11d66c225ce11596.yaml
Takashi Kajinami 76a91ab0e1 Add support for image_cache options
This patch introduces a new class named nova::compute::image_cache,
to support parameters in image_cache sections, which were recently
added into nova[1].

[1] 828e8047e5c8651ea757bda7922670889d5e8818

Change-Id: I61d81667e4c58b62c453e37072d9aef461923b46
2020-10-11 15:45:07 +09:00

15 lines
515 B
YAML

---
features:
- |
The new ``nova::compute::image_cache`` class has been added to manage
parameters for image cache feature.
deprecations:
- |
The following parameters in the ``nova::compute::libvirt`` class have been
deprecated and will be removed in a future release. Use the corresponding
parameter in the new ``nova::compute::image_cache`` class.
- ``remove_unused_base_images``
- ``remove_unused_original_minimum_age_seconds``
- ``remove_unused_resize_minimum_age_seconds``