31c8087408
Ironic validates network interface before the cleaning process, currently invalid parameter is captured but for not others. There is chance that a node could be stucked at the cleaning state on networking issues or temporary service down of neutron service. This patch adds NetworkError to the exception hanlding to cover such cases. Change-Id: If20de2ad4ae4177dea10b7ebfc9a91ca6fbabdb9
9 lines
352 B
YAML
9 lines
352 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes an issue where cleaning operations could fail in such a way that was
|
|
not easily recoverable when pre-cleaning network interface configuration
|
|
was validated, yet contained invalid configuration.
|
|
Now Ironic properly captures the error and exits from cleaning in a
|
|
state which allows for cleaning to be retried.
|