ironic/releasenotes/notes/deprecate-agent-passthru-67d1e2cf25b30a30.yaml
Dmitry Tantsur 2f84daaa6f Officially deprecate agent passthru classes and API
We've introduced the new set of API endpoints for lookup and heartbeat
which all drivers should implement now and all ramdisk should use.

IPA switched to the new API in the Newton release. The deprecated passthru
endpoints and classes will be removed in the Ocata release.

Change-Id: If0d189ecdd4b84d1dbac274e6dec200e13dfe37c
Depends-On: I7160c99ca63585fc333482fa578fdf5e0962b2b6
Closes-Bug: #1570841
2016-08-08 09:36:46 -04:00

7 lines
265 B
YAML

---
deprecations:
- Agent vendor passthru is deprecated and will be removed in Ocata release.
Operators should update their IPA image to the Newton version to use
the new replacement API. Driver developers should stop using the agent
vendor passthru.