puppet-nova/releasenotes/notes/compute-libvirt-os_service_default-9f5b72036276e9b1.yaml
Takashi Kajinami 4989c7951f Use os_service_default instead of undef to unset parameters
This patch replaces usage of undef by os_service_default, so that
we can simiplify the logics implemented in each manifests.

Change-Id: I098594de598e52be181f32765d02774770ba3bc0
2020-09-15 19:52:17 +09:00

13 lines
546 B
YAML

---
upgrade:
- |
The default value of the following parameters has been changed to
$::os_service_default. The previous default, undef, can still be used to
remove parameters from config file, but this behavior will be removed
in a future release. Make sure that $::os_service_default is used instead
of undef.
- ``nova::compute::libvirt::remove_unused_resized_minimum_age_seconds``
- ``nova::compute::libvirt::remove_unused_base_images``
- ``nova::compute::libvirt::remove_unused_original_minimum_age_seconds``