commit 586677f4a134846962eec2580e8305f6dbf3f4b5
Author: Alexander Tivelkov <email address hidden>
Date: Mon Nov 30 16:39:23 2015 +0300
Use helper method in Parallel macro
There is a helper method to do parallel execution that
handles a bug in eventlet library. But Parallel macro was
using its own implementation. Now both pselect function
and Parallel macro has common implementation.
Reviewed: https:/ /review. openstack. org/251367 /git.openstack. org/cgit/ openstack/ murano/ commit/ ?id=586677f4a13 4846962eec2580e 8305f6dbf3f4b5
Committed: https:/
Submitter: Jenkins
Branch: stable/kilo
commit 586677f4a134846 962eec2580e8305 f6dbf3f4b5
Author: Alexander Tivelkov <email address hidden>
Date: Mon Nov 30 16:39:23 2015 +0300
Use helper method in Parallel macro
There is a helper method to do parallel execution that
handles a bug in eventlet library. But Parallel macro was
using its own implementation. Now both pselect function
and Parallel macro has common implementation.
Change-Id: I8aec88d7b8e290 3c374daabf7b242 6dc1fdd6330
Closes-Bug: #1522730