![Sam Betts](/assets/img/avatar_default.png)
In order for Ironic to know what parameters can be sent to IPA commands, Ironic needs to know which version of IPA it is talking to. This patch adds a new node heartbeat parameter agent_version which will carry the IPA version information to Ironic. Change-Id: I27e3311accf3a113a48a73df372ed46ff50c7e22 Partial-Bug: #1602265 Depends-On: I400adba5d908b657751a83971811e8586f46c673
11 lines
501 B
YAML
11 lines
501 B
YAML
---
|
|
features:
|
|
- |
|
|
Now passes an ``agent_version`` field to the Bare Metal service as part of
|
|
the heartbeat request if the Bare Metal API version is 1.36 or higher.
|
|
This provides the Bare Metal service with the information required to
|
|
determine what agent features are available, so that the Bare Metal service
|
|
can be upgraded to a new version before the agent is upgraded, whilst
|
|
ensuring the Bare Metal service only requests the agent features that are
|
|
available to it.
|