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

make "up" and "destroy" action work + exception handling and fixing of some typos #5

Closed pvoborni closed 4 years ago

pvoborni commented 4 years ago

make up and destroy action work

Finishing of previous "WIP" architecture commit. With this, provisioning in OpenStack is working. I.e. machines can be provisioned by up action and destroyed by destroy action with state saved using File driver.

run: gracefully handle exceptions

So that nice error message is shown on expected errors.