exoscale / cs

A simple, yet powerful CloudStack API client for python and the command-line.
BSD 3-Clause "New" or "Revised" License
88 stars 36 forks source link

introduce client-level fetch_result #106

Closed brutasse closed 5 years ago

brutasse commented 5 years ago

This allows passing fetch_result=True to a cs client for it to poll all async jobs by default, instead of having to pass the parameter to individual API calls.