summaryrefslogtreecommitdiffstats
path: root/snaps/thread_utils.py
AgeCommit message (Collapse)AuthorFilesLines
2018-06-19Adds Threads to Heat Callsmbeierl1-0/+27
Adds thread pool and coverts looping calls to OpenStack to be submitted to it, allowing them to be run in parallel. Places a configurable maximum size (default 5) of concurrent calls on the thread pool. JIRA: SNAPS-316 Change-Id: Id209c5fe9b7ee7d755d3210a124b38fc3234f0d7 Signed-off-by: mbeierl <mark.beierl@dell.com>