ironic-python-agent/releasenotes/notes/remove-vendor-passthru-eda3519c322eb4e2.yaml
Pavlo Shchelokovskyy b033bfd933 Remove old lookup/heartbeat from IPA
Lookup/Heartbeat via vendor passthru was deprecated in Newton.

This patch removes the corresponding functionality from IPA,
and also removes handling of 'ipa-driver-name' kernel parameter,
as it was only used in code related to old passthru.

Change-Id: I2c7989063ab3e4c0bae33f05d6d2ed857a2d9944
Closes-Bug: #1640533
2016-11-09 16:34:44 +00:00

11 lines
465 B
YAML

---
upgrade:
- Ironic Python Agent no longer supports Ironic API lookup and heartbeat
actions via agent vendor passthru methods,
and uses only the new, top-level lookup and heartbeat endpoints of
Ironic API v1.22 (introduced in Newton release, Ironic version 6.1.0).
This effectively means that Ironic Python Agent becomes incompatible
with Ironic API < 1.22 (Ironic version 6.0.0 or older,
integrated OpenStack release Mitaka or older).