heat/releasenotes/notes/microversion-string-2e6dd033e046420f.yaml
Takashi Kajinami ba5d05af67 Treat api microversion as string
... otherwise the trailing 0 is removed (for example 2.20 is translated
to 2.2), which causes wrong support status check.

Story: 2011223
Task: 51015
Change-Id: Ia43fdbed0482786c9d667f42f9a64ec46f00a735
2024-09-13 21:37:10 +09:00

9 lines
251 B
YAML

---
fixes:
- |
Changed type of the following parameters from integer to string, to
correctly parse micro versions with trailing zero (e.g. 2.20).
- ``[DEFAULT] max_nova_api_microversion``
- ``[DEFAULT] max_ironic_api_microversion``