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. #478

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 were initiated by executing the adventure.

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