Statistics
| Branch: | Tag: | Revision:

root / lib / client / base.py @ f33307bd

History | View | Annotate | Download (2.2 kB)

# Date Author Comment
fcafd191 02/13/2014 02:33 pm Jose A. Lopes

Add helper to handle CLIs that optionally spawn several jobs

This helper function detects whether an opcode returned a list of jobs
(i.e., a result of the type ht.TJobIdListOnly) and in this case it
uses 'ganeti.cli.JobExecutor' to wait for the jobs and determine the...