The cinder.brick.executor Module

Generic exec utility that allows us to set the execute and root_helper attributes for putils. Some projects need their own execute wrapper and root_helper settings, so this provides that hook.

class Executor(root_helper, execute=<function execute at 0x7f5a4ca88140>, *args, **kwargs)

Bases: object

set_execute(execute)
set_root_helper(helper)

Previous topic

The cinder.brick.exception Module

Next topic

The cinder.brick.initiator.connector Module

This Page