Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ironic/conductor/cleaning.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,10 @@ def do_next_clean_step(task, step_index, disable_ramdisk=None):
tear_down_cleaning=False)
utils.node_update_cache(task)
LOG.info('Node %s cleaning complete', node.uuid)

# Switch back to original interface, if necessary
task.driver.deploy.restore_interface(task)

Comment thread
dougszumski marked this conversation as resolved.
Outdated
event = 'manage' if manual_clean or node.retired else 'done'
# NOTE(rloo): No need to specify target prov. state; we're done
task.process_event(event)
Expand Down
Loading