ironic/releasenotes/notes/remove-agent-passthru-complete-a6b2df65b95889d5.yaml
Jim Rollenhagen 4dfde43b25 Clean up release notes for 7.0.0
Change-Id: I932157f80f58d17ce66df60fde31bb812f74d05f
2017-02-13 15:44:00 -05:00

15 lines
772 B
YAML

---
upgrade:
- Ironic no longer supports agent lookup/heartbeats as vendor passthru
methods. All out-of-tree drivers must be updated to use
``AgentDeployMixin`` classes directly without relying on
``BaseAgentVendor`` class and other classes that were inheriting from it
(e.g. ``agent.AgentVendorInterface`` and ``iscsi_deploy.VendorPassthru``).
This means that ironic is incompatible with deploy ramdisks based on Ironic
Python Agent (IPA) < 1.5.0. Operators must update their IPA-based deploy
ramdisks in this case. Operators using non-IPA based deploy ramdisks which
use ironic lookup/heartbeats functionality must update their ramdisks to
use the top level ironic lookup/heartbeats REST API, available since ironic
API v1.22.