heat/heat/rpc
Oleksii Chuprykov c8818c864f Add resolve_outputs parameter to stacks API
Add resolve_outputs parameter to stack_show. It allows user
to get stack data without resolving outputs. It is needed because
of 2 reasons:
1) We have output_show an output_list already in our API
2) Such resolving can consume a huge amount of time, but user may
want to resolve only several or none outputs.

@APIImpact, @DOCImpact

Change-Id: I03104efc535a7bd4326cbec56c01cd887db38ab6
2016-01-06 13:01:15 +02:00
..
__init__.py Create a new heat.rpc package 2012-11-30 17:05:13 +01:00
api.py Add resolve_outputs parameter to stacks API 2016-01-06 13:01:15 +02:00
client.py Add resolve_outputs parameter to stacks API 2016-01-06 13:01:15 +02: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