Merge "Move minimum ironic version to latest ocata"
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