Comment 2 for bug 1493405

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to manila (master)

Reviewed: https://review.openstack.org/326365
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=b06e111e70e9dd2a8dc75d4efd807a66a09a5c6c
Submitter: Jenkins
Branch: master

commit b06e111e70e9dd2a8dc75d4efd807a66a09a5c6c
Author: Valeriy Ponomaryov <email address hidden>
Date: Tue Jun 7 13:18:36 2016 +0300

    [Tempest] Create heavy scenario resources in parallel

    Manila Tempest scenario tests create all resources one by one and they
    are very slow because of it.
    Therefore, make all resource 'waiters' run after all resource creation
    requests are sent.

    Change-Id: I435a5d04bce340b0a2c0a2d30fa5a99e50b311e1
    Closes-Bug: #1493405