Comment 1 for bug 1522730

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to murano (stable/kilo)

Reviewed: https://review.openstack.org/251367
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=586677f4a134846962eec2580e8305f6dbf3f4b5
Submitter: Jenkins
Branch: stable/kilo

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.

    Change-Id: I8aec88d7b8e2903c374daabf7b2426dc1fdd6330
    Closes-Bug: #1522730