ironic-python-agent/ironic_python_agent/extensions
Dmitry Tantsur c5fb191393 Simplify error messages when running clean/deploy step
The caller knows what step it invokes, there is no point in repeating
it in the error message. There is also no need to wrap the exception
if it's a RESTError or an ironic-lib exception already since they
are normally detailed enough.

Only leave a detailed message when an unexpected exception happens.

Change-Id: I1d8ca1e7ed1462159e4ae5f0bcf58686f6a2681c
2021-11-09 13:58:44 +01:00
..
__init__.py Organize agent extensions 2014-04-14 15:09:12 -07:00
base.py Do not serialize command_params 2021-05-18 12:59:28 +02:00
clean.py Simplify error messages when running clean/deploy step 2021-11-09 13:58:44 +01:00
deploy.py Simplify error messages when running clean/deploy step 2021-11-09 13:58:44 +01:00
flow.py Update to hacking 0.12.0 and use new checks 2016-11-08 11:31:18 -08:00
image.py Re-read the partition table with partx -a 2021-11-06 13:43:48 +01:00
log.py Add a log extension 2016-06-28 17:02:11 +01:00
poll.py Adds poll mode deployment support 2020-06-21 16:44:00 +08:00
rescue.py Use crypt to generate salt 2020-03-19 15:16:00 +01:00
standby.py Trivial: minor fixes in error messages 2021-09-07 14:41:38 +02:00