Merge "Move minimum ironic version to latest ocata"

This commit is contained in:
Zuul 2020-04-15 10:22:12 +00:00 committed by Gerrit Code Review
commit f6668f94c9
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.