Files
ironic/releasenotes/notes/remove-inspector-17f1f289a017e8cc.yaml
Takashi Kajinami 32dd5ec596 Remove inspector inspect interface
Deprecation of ironic-inspector was announced long ago (during 2023.2
cycle) and ironic-inspector was retired this cycle. So it's time to
drop the all remaining code to force migration to the built-in
agent interface.

Change-Id: I14a87599f9f47b167f8f1a84704982301d033381
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
2025-11-22 18:48:47 +09:00

11 lines
376 B
YAML

---
upgrade:
- |
The deprecated ``inspector`` inspect interface has been removed. Use
the ``agent`` interface instead.
See `migration guide
<https://docs.openstack.org/ironic/latest/admin/inspection/migration.html>`_
to learn how existing deployments with ironic-inspector can be migrated to
a new architecture with the built-in inspection feature.