
Ironic agent needs ability to delete baremetal agents when ironic node is deleted. Change modifies report rpc API to fetch agents by filters and adds `delete_agent` method to delete agent. Bump version to 1.4 Co-Authored-By: Harald Jensås <hjensas@redhat.com> Related-Bug: 2086640 Change-Id: I9db166e9b610f0bafc2be5351f3b79c4c2251664
13 lines
297 B
YAML
13 lines
297 B
YAML
---
|
|
features:
|
|
- |
|
|
Add new `get_agents` method to PluginReportStateAPI which fetches list of
|
|
agents depending on provided filters.
|
|
- |
|
|
Add new `delete_agent` method to PluginReportStateAPI which deletes the
|
|
agent.
|
|
upgrade:
|
|
- |
|
|
PluginReportStateAPI has a new version 1.4.
|
|
|