Files
Doug Goldstein b5125b4d3b fix: report compatibility with 2025.2 release of Ironic
This check determines the maximum API version that the client can use.
There is no way for the user to override this maximum value. The current
API that the client is pinned to is 1.96 but this was the Ironic API for
2025.1. The API for 2025.2 was 1.101. This means that the client
released for 2025.2 cannot use any of the API features released with
2025.2 unless this value is changed. The 2025.2 client code includes
support for changes up to 1.101 but is unable to do so. The change to
the test is for confirming the API clamping behavior of the client. The
mock server reported that it supported 1.1 through 1.99. The test
requests the maximum version the client supports and then confirms that
the server accepted the client's maximum. By changing the client to
1.101 the test fails when the mock server returns back 1.99. The
original value of 1.99 was selected many years ago and deemed to be
'very large' but has now proven not large enough.

Change-Id: I2d242d64f03e8252d6f6d8c713430c654e6059ad
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
2026-01-16 10:02:34 -06:00
..
2025-03-06 08:55:49 +00:00