ironic-inspector/releasenotes/notes/story-2002166-371315335fd8e62d.yaml
Mark Goddard cdf79db9eb Update default Ironic API version to 1.38
Currently the default API version used when creating ironic client
objects is 1.19, which was from the Newton (6.1.0) release. While it is
possible to create a client object with a more recent version within
plugins, introspection rules always use the default. This prevents
access to and updating of fields added in versions after 1.19.

This change updates the default ironic API version to 1.38, which was
the version at the time of the most recent Queens series release
(10.1.0).

Change-Id: I395f18612e20d4f7d71e503391ca2381bad68192
Story: 2002166
Task: 20017
2018-06-08 10:15:58 +00:00

15 lines
543 B
YAML

---
upgrade:
- |
Updates the default Ironic API version to 1.38.
This version is used by default within the Bare Metal Inspection service
when communicating with the Bare Metal API. It is the default used by
processing plugins, which may override the version, and by introspection
rules, which may not override the version.
1.38 was the API version at the time of the most recent Queens series
Bare Metal service release (10.1.0).
See `story 2002166 <https://storyboard.openstack.org/#!/story/2002166>`__.