Move minimum ironic version to latest ocata

All other API versions from releases  before that are not
supported anymore.

Change-Id: I49fb3e4facdec42a4dab343c46a84f3cba6d2b7c
This commit is contained in:
Riccardo Pittau 2020-04-08 15:21:14 +02:00
parent bdc5e9448d
commit 6c51709a1a
2 changed files with 7 additions and 1 deletions

View File

@ -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)

View File

@ -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.