karbor.services.operationengine.operation_manager
Module¶Manage all operations.
karbor.services.operationengine.operation_manager.
OperationManager
(user_trust_manager)¶Bases: object
Manage all operation classes which are defined at operations dir.
check_operation_definition
(operation_type, operation_definition)¶Check operation definition.
Parameters: |
|
---|
run_operation
(operation_type, operation_definition, **kwargs)¶Run operation.
Parameters: |
|
---|
:raise InvalidInput if the operation_type is invalid.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.