Files
kolla-ansible/releasenotes/notes/improve-ironic-pin-release-version-8f9e2b3c4d5a6b7c.yaml
Grzegorz Koper 94b91727a2 Improve Ironic pin_release_version configuration
This change improves the configuration of Ironic's pin_release_version setting
by:

1. Renaming the variable from openstack_previous_release_name to
   ironic_pin_release_version to better reflect its purpose
2. Making the setting optional by default
3. Adding proper documentation explaining when to use this setting

See: https://docs.openstack.org/ironic/latest/configuration/config.html#DEFAULT.pin_release_version

Change-Id: Iaecc2a5999ff1dbc5abf56d400f9b9ac5293d1d7
2025-04-01 11:58:24 +02:00

12 lines
494 B
YAML

---
upgrade:
- |
Improved the configuration of Ironic's pin_release_version setting by:
- Dropping variable ``openstack_previous_release_name`` and replacing
it with ``ironic_pin_release_version``
- Making the setting optional by default
- Adding proper documentation explaining when to use this setting
See `documentation for pin_release_version <https://docs.openstack.org/ironic/latest/configuration/config.html#DEFAULT.pin_release_version>`_ for more details.