neoave / mrack

Multicloud use-case based multihost async provisioner for CIs and testing during development
Apache License 2.0
12 stars 14 forks source link

fix: Remove double status translation in parse_errors #65

Closed pvoborni closed 3 years ago

pvoborni commented 3 years ago

When rebasing the Podman provider I've noticed this bug. It was failing for Podman as it has no STATUS_MAP but the line is IMHO incorrect for all others. It may be hard to notice as it defaults to STATUS_OTHER. I did not test if it works though.

Description:

parse_errors works with Host objects which already have the normalized status so usage of STATUS_MAP is incorrect.