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(AWS): Catch traceback when credentials are missing #140

Closed Tiboris closed 3 years ago

Tiboris commented 3 years ago

When we are missing export for AWS_CONFIG_FILE=... boto throws an exception which we need to catch and notify user nice way.

Signed-off-by: Tibor Dudlák tdudlak@redhat.com