diff --git a/ironic_python_agent/ironic_api_client.py b/ironic_python_agent/ironic_api_client.py index 9217710c4..19ce2ed1a 100644 --- a/ironic_python_agent/ironic_api_client.py +++ b/ironic_python_agent/ironic_api_client.py @@ -32,7 +32,7 @@ CONF = cfg.CONF LOG = log.getLogger(__name__) # TODO(TheJulia): This should be increased at some point. -MIN_IRONIC_VERSION = (1, 22) +MIN_IRONIC_VERSION = (1, 31) AGENT_VERSION_IRONIC_VERSION = (1, 36) AGENT_TOKEN_IRONIC_VERSION = (1, 62) diff --git a/releasenotes/notes/min-ironic-ocata-dff80e567783e87c.yaml b/releasenotes/notes/min-ironic-ocata-dff80e567783e87c.yaml new file mode 100644 index 000000000..fee77a2b8 --- /dev/null +++ b/releasenotes/notes/min-ironic-ocata-dff80e567783e87c.yaml @@ -0,0 +1,6 @@ +--- +upgrade: + - | + The minimum supported versions of the ironic API is now 1.31, + corresponding to the latest available in the Ocata release. + All versions before that one are not supported anymore.

AltStyle によって変換されたページ (->オリジナル) /