Comment 29 for bug 1517277

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

Reviewed: https://review.openstack.org/252993
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=bf518cd5407296e32e26686fc6e99be8f71e5731
Submitter: Jenkins
Branch: master

commit bf518cd5407296e32e26686fc6e99be8f71e5731
Author: Jim Rollenhagen <email address hidden>
Date: Mon Nov 23 22:40:19 2015 +0000

    Fix bug where clean steps do not run

    A bug was introduced during Liberty where Ironic transparently
    ignores all clean steps and finishes cleaning. This is caused
    by _get_node_next_clean_steps returning an empty list when
    cleaning has just started. Fix this method to return the full
    list of clean steps when cleaning begins.

    This may leave previous tenants' data on disk and available to future
    tenants. Deployers should apply this patch (or upgrade to a new release
    with this patch) ASAP.

    Depends-On: Id15cf6cc49122b08e557e44871b31a8c0d20b55d

    Change-Id: If815f81d7e668244f0d434d4e2933e8f41946107
    Closes-Bug: #1517277