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: OpenStack provider does not crash if no credentials are provided #85

Closed pvoborni closed 3 years ago

pvoborni commented 3 years ago

If OpenStack RC file is not loaded, openstack provider failed with unhandled TypeError exception which is thrown by asyncopenstackclient AuthPassword.

This fix catches the exception and writes friendly error message.

Signed-off-by: Petr Vobornik pvoborni@redhat.com