ironic-inspector/releasenotes/notes/extra-hardware-data-2346f0163e4b7699.yaml
Dmitry Tantsur c044ebd198 extra_hardware: stop storing raw data in swift
The same information can be fetched from unprocessed introspection data,
which has an advantage of working without swift.

Change-Id: Id65644c27c78bb2c476166eb9095ef6acd94db7b
2020-05-14 16:08:34 +02:00

8 lines
296 B
YAML

---
upgrade:
- |
The raw data from the ``extra_hardware`` processing hook is no longer
stored in Swift in an object named ``extra_hardware-<node UUID>``.
The same information is already available as part of the unprocessed
introspection data without a hard dependency on Swift.