Comment 12 for bug 1417537

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-web (stable/6.0)

Reviewed: https://review.openstack.org/160733
Committed: https://git.openstack.org/cgit/stackforge/fuel-web/commit/?id=c8eaccd761839acb12ec25985bfb148e1bf4d760
Submitter: Jenkins
Branch: stable/6.0

commit c8eaccd761839acb12ec25985bfb148e1bf4d760
Author: Vladimir Sharshov (warpc) <email address hidden>
Date: Tue Feb 3 15:58:58 2015 +0300

    Respect original plugin tasks order

    Original order:

    - puppet1
    - shell1
    - puppet2
    - shell2

    Order before this change:

    - puppet1
    - puppet2
    - shell1
    - shell2

    Order now:

    - puppet1
    - shell1
    - puppet2
    - shell2

    Change-Id: I203fd5a00e628aac465a55a8e219e5fb130efbd8
    Closes-Bug: #1417537