949387bd80
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: Id328ff64c352e85b58181e9d9e35973a8706ab7a
10 lines
418 B
YAML
10 lines
418 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes an issue in the ``ironic-python-agent`` client code
|
|
where a command exception may not be captured in the interaction
|
|
with the agent rest API. The client code would return the resulting
|
|
error message and a static error code. We now look with-in the error
|
|
to detect if the error may be a compatibility error to raise the
|
|
appropriate exception for fallback logic to engage.
|