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

FIX: job_timeout should be None if not specified => wait forever #94

Closed bcachet closed 5 years ago

bcachet commented 5 years ago

In README we specify that if we do not set job_timeout, we will wait forever. But we was defaulting to 0 => do not wait at all