andrewchilds / overcast

Orchestrate VMs from your terminal
MIT License
478 stars 36 forks source link

instance listed in clusters.json even if API errors occur. #11

Closed martinklepsch closed 10 years ago

martinklepsch commented 10 years ago

When creating a new Digitalocean droplet & specifying a wrong image slug I get an API error. I'd expect that this cancels all of overcasts stuff as well but as it seems the instance gets fed into the clusters.json file.

andrewchilds commented 10 years ago

This would also occur on invalid regions or sizes. Fixed in v0.4.4. Thanks!

martinklepsch commented 10 years ago

:beers: