68cea19d99
Internal to the conductor, we have long determiend that if no agent version is submitted by the client, that the client is a version 3.0.0 agent. With agent token, we're effectively requiring 6.1.0 or later to be leveraged, so all agents should be sending versions. An agent not sending versions is thus unsupported and would no longer work without agent token support. Redudnant code has thus been removed. Additionally the conductor utility is_agent_token_supported has been removed since it is now redundant. Change-Id: Id6c8d1df08c3ac7af61ed7d05d274f3099003582
9 lines
396 B
YAML
9 lines
396 B
YAML
---
|
|
other:
|
|
- |
|
|
The ironic conductor internal logic has been updated to return an error if
|
|
no agent version has been submitted during a heartbeat. This is because
|
|
versions have been transmitted by the agents for quite some time and
|
|
support for the default use of agent token forces all agents to be
|
|
updated. As such redundant code been removed and tests updated accordingly.
|