The nova.conductor.tasks.base Module

class TaskBase(context, instance)

Bases: object

execute()

Run task’s logic, written in _execute() method

rollback()

Rollback failed task Descendants should implement this method to allow task user to rollback status to state before execute method was call

rollback_wrapper(original)