rcbops / opencenter

http://www.rackspace.com/cloud/private/openstack_software/
Other
9 stars 12 forks source link

Need a way to block on adventure execution, in the client. #486

Closed hughsaunders closed 11 years ago

hughsaunders commented 11 years ago

Currently there is a method for blocking on the adventurate task: 

adventure.execute(...).task.wait_for_complete()

However this only waits for the initial adventurate task to complete, not any subsequent tasks that may be required by the adventure. 

It would be useful to be able to wait for all tasks related to the adventure to be complete or failed. 

hughsaunders commented 11 years ago

This may be a non-issue as it appears that adventurate doesn't complete until subtasks are complete. I need to confirm this though.

hughsaunders commented 11 years ago

Confirmed non-issue.