Client side of the heat worker RPC API.
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.
1.4 - Add converge argument to check_resource
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.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.