98a226b9c6
This is the first in a series of commits to add support for codespell. This is continuning the process completed in ironic-python-agent. Future Commits will add a Tox Target, CI support and potentially a git-blame-ignore-revs file if their are lots of spelling mistakes that could clutter git blame. Change-Id: Icb4e66359c3e79618c916b35793ea7b5f79b030d
17 lines
610 B
YAML
17 lines
610 B
YAML
---
|
|
fixes:
|
|
- |
|
|
The ``extra_hardware`` processing hook no longer refuses to parse extra
|
|
data if some records are empty or have unexpected length. These records
|
|
are now discarded.
|
|
|
|
The previous behavior can be returned by setting the new option
|
|
``[extra_hardware]strict`` to ``True``.
|
|
- |
|
|
The ``extra_hardware`` processing hook no longer removes the incoming
|
|
``data`` object if it has unexpected data format, assuming that this
|
|
object is used for something else.
|
|
|
|
The previous behavior can be returned by setting the new option
|
|
``[extra_hardware]strict`` to ``True``.
|