The cinder.flow_utils Module

class CinderTask(addons=None, **kwargs)

Bases: taskflow.task.Task

The root task class for all cinder tasks.

It automatically names the given task using the module and class that implement the given task as the task name.

Previous topic

The cinder.exception Module

Next topic

The cinder.image.glance Module

This Page