cc422c0a5e
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
5 lines
126 B
YAML
5 lines
126 B
YAML
---
|
|
upgrade:
|
|
- Removed deprecated support for passing "node_patches" and "ports_patches"
|
|
arguments to processing hooks.
|