Files
neutron/releasenotes/notes/bump-report-state-rpc-d392d7d616ced8a0.yaml
aarefiev 397f48d310 Update report state rpc API
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
2025-06-11 22:48:31 +02:00

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.