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

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.
Reference in New Issue
openstack/ironic-python-agent
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.