fifthecho / knife-cloudstack-fog

Knife plugin for the Cloudstack cloud
Apache License 2.0
11 stars 7 forks source link

Server start/stop asynchronous commands #13

Closed arr-dev closed 10 years ago

arr-dev commented 11 years ago

Hi.

Would you be interested in a PR for converting server start/stop commands to asynchronous, so we can start/stop multiple servers at the same time, so we don't wait for one server to stop to be able to stop others?

This forces us to use cloud control panel instead of API, since it's much faster.

PS: still haven't had the time to test #12

fifthecho commented 10 years ago

Yes, that would be awesome. If you can make sure that it doesn't have conflicts with the refactor_ssh branch, that would be awesome.

arr-dev commented 10 years ago

Yeah, I think it should be able to do that, probably during next week.