ironic-inspector/releasenotes/notes/googbye-patches-args-071532024b9260bd.yaml
Dmitry Tantsur cc422c0a5e Remove deprecated support for passing patches lists into hooks
Long time ago we had an idea of batching node updates. However,
it fails miserably when a plugin or an introspection rule has to inspect
existing node properties, because it receives possibly stale values.
We've deprecated support for batching patches back in Liberty, this
patch removes the associated bits from the hook interface.

Change-Id: Ia482ff50ca276ce1ffec631f016c6a6b54d5a4ab
Closes-Bug: #1506348
2016-02-09 12:36:07 +01:00

5 lines
126 B
YAML

---
upgrade:
- Removed deprecated support for passing "node_patches" and "ports_patches"
arguments to processing hooks.