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:
@@ -32,7 +32,7 @@ CONF = cfg.CONF
|
|||||||
LOG = log.getLogger(__name__)
|
LOG = log.getLogger(__name__)
|
||||||
|
|
||||||
# TODO(TheJulia): This should be increased at some point.
|
# 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_VERSION_IRONIC_VERSION = (1, 36)
|
||||||
AGENT_TOKEN_IRONIC_VERSION = (1, 62)
|
AGENT_TOKEN_IRONIC_VERSION = (1, 62)
|
||||||
|
|
||||||
|
@@ -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
Block a user