heat/heat/rpc
Zane Bitter 9a650a5e2f RPC API: Add a template_id parameter to stack_create/update
This allows us to pre-store a template in the database before
creating/updating a stack over RPC, so that we don't need to send the
contents over RPC. This will help us safely de-duplicate files dicts in
the database, reduce the size of messages, and prevent unnecessary
copies of files (in particular) being loaded into memory.

Change-Id: Id1990d5cbac8b3954ce224af73425d4fd8db17d6
2016-05-16 10:50:59 -04:00
..
__init__.py Create a new heat.rpc package 2012-11-30 17:05:13 +01:00
api.py Adds ignore_errors for template_validate REST API 2016-02-04 17:09:22 +05:30
client.py RPC API: Add a template_id parameter to stack_create/update 2016-05-16 10:50:59 -04:00
listener_client.py Fix [H405] pep rule in heat/rpc 2015-10-08 15:13:52 +03:00
worker_api.py Convergence message bus 2015-02-23 12:29:53 +05:30
worker_client.py Fix [H405] pep rule in heat/rpc 2015-10-08 15:13:52 +03:00