puppet-trove/releasenotes/notes/non-boolean-for-url-b33f16655e40c732.yaml
Takashi Kajinami 80bd5e8abf Replace unnecessary usage of false
We currently accept false for some parameters, as an indicator to
purge options but this can be replaced by the os_service_default fact.

Change-Id: Ie6632c21b5723d1db73cfae9fa52b543fd91a605
2023-06-21 10:23:06 +09:00

12 lines
281 B
YAML

---
upgrade:
- |
The following parameters of the ``trove`` class no longer treat `fase`
as a special value to purge the option. Use the `os_service_default` fact
which is not default.
- `nova_compute_url`
- `cinder_url`
- `neutron_url`
- `swift_url`