heat/heat/tests/api
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
..
aws Set enforce_type=True on config overrides in tests 2016-04-11 10:52:22 +10:00
cfn RPC API: Add a template_id parameter to stack_create/update 2016-05-16 10:50:59 -04:00
cloudwatch Use oslo.config fixture to avoid gate break 2016-02-19 20:03:31 -05:00
middleware Use oslo.middleware SSLMiddleware 2015-09-29 09:36:36 +00:00
openstack_v1 RPC API: Add a template_id parameter to stack_create/update 2016-05-16 10:50:59 -04:00
__init__.py Move all api tests to /tests/api 2015-07-08 09:31:17 +05:30
test_wsgi.py Set enforce_type=True on config overrides in tests 2016-04-11 10:52:22 +10:00