neoave / mrack

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

fix: Handle ServerError in OpenStack provisioning #81

Closed pvoborni closed 3 years ago

pvoborni commented 3 years ago

fix: more verbose print about available networks

So that we can see more details in debugging.

fix: Handle ServerError in OpenStack provisioning

If OpenStack server returns e.g. error 503, provider code doesn't handle it well and whole Mrack fails. This should catch it with certain error tolerance/retry - e.g. if it was a fluke.