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)

Previous topic

The nova.conductor.rpcapi Module

Next topic

The nova.conductor.tasks.live_migrate Module

Project Source

This Page