Comment 2 for bug 1411200

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

Reviewed: https://review.openstack.org/149638
Committed: https://git.openstack.org/cgit/stackforge/fuel-web/commit/?id=d302363b7e1b6b6fb3831ce4a930258f89162283
Submitter: Jenkins
Branch: master

commit d302363b7e1b6b6fb3831ce4a930258f89162283
Author: Przemyslaw Kaminski <email address hidden>
Date: Fri Jan 23 14:59:58 2015 +0100

    Node(s) DELETE is done via the removal task

    The DELETE method now returns task object that removes this node from DB and
    from Cobbler. Also, DELETE method for collection has been added that accepts
    a list of ids to delete and performs batched removal.

    Change-Id: Ib976278eb5436d4dbb3d8b6be11a90902a0f8871
    Closes-Bug: #1411200
    Implements blueprint: node-removal-task
    Related-Bug: #1405635