Comment 4 for bug 1539073

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

Reviewed: https://review.openstack.org/274592
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=a2dfa3f14f04bfa7db20fc17c1e8e2eaa5ed621c
Submitter: Jenkins
Branch: stable/8.0

commit a2dfa3f14f04bfa7db20fc17c1e8e2eaa5ed621c
Author: Bulat Gaifullin <email address hidden>
Date: Thu Jan 28 17:24:03 2016 +0300

    Fixed condition in task filter factory

    The task_ids is always list and actually it is not usefull to skip
    all tasks when tasks_ids is empty. the tasks are filtered only
    when specific tasks are selected.

    Change-Id: I9b1e268d49fa38d7b3352f90849ced817b9c6bfc
    Closes-Bug: #1539073
    (cherry picked from commit 2d086714f7409b102c32c39686bccad3a4187dfd)