The heat.rpc.worker_client Module

Client side of the heat worker RPC API.

class heat.rpc.worker_client.WorkerClient[source]

Bases: object

Client side of the heat worker RPC API.

API version history:

1.0 - Initial version.
1.1 - Added check_resource.
1.2 - Add adopt data argument to check_resource.
1.3 - Added cancel_check_resource API.
BASE_RPC_API_VERSION = '1.0'
cancel_check_resource(ctxt, stack_id, engine_id)[source]

Send check-resource cancel message.

Sends a cancel message to given heat engine worker.

cast(ctxt, msg, version=None)[source]
check_resource(ctxt, resource_id, current_traversal, data, is_update, adopt_stack_data)[source]
static make_msg(method, **kwargs)[source]

Previous topic

The heat.rpc.worker_api Module

Next topic

The heat.scaling.cooldown Module

Project Source

This Page