heat/heat/engine/resources
Zane Bitter 7de1c141db Handle outputs with an OutputDefinition class
This is the last remaining area of the code where we were slinging around
CloudFormation-formatted snippets of template. Replace it with a proper API
along the lines of ResourceDefinition.

The default implementation of the new template.Template.outputs() method is
equivalent to what we have previously done spread throughout the code, so
that third-party Template plugins will not be affected until they have had
time to write their own custom implementations.

Change-Id: Ib65dad6db55ae5dafab473bebba67e841ca9a984
2016-09-09 16:14:16 -04:00
..
aws Handle case where the Nova AZ extension is disabled 2016-08-17 09:01:39 -05:00
openstack Merge "Careful with OS::Nova::Server dependencies on subnets" 2016-09-07 22:51:37 +00:00
__init__.py Log missing clients as WARNING instead of ERROR 2016-08-16 16:27:55 -05:00
alarm_base.py Migrate to aodh for OS::Ceilometer::Alarm 2016-06-29 02:50:27 +00:00
scheduler_hints.py Fix path_in_stack for scheduler hints 2016-08-05 10:21:10 +00:00
signal_responder.py Use Zaqar signed URLs in software deployment 2016-06-21 10:01:49 +02:00
stack_resource.py Handle outputs with an OutputDefinition class 2016-09-09 16:14:16 -04:00
stack_user.py Remove unconditional return of user_id 2016-01-13 11:58:24 -06:00
template_resource.py Handle outputs with an OutputDefinition class 2016-09-09 16:14:16 -04:00
volume_base.py Merge "Deal with cinder-backup service absent" 2016-08-18 17:32:03 +00:00
wait_condition.py Refactor BaseWaitConditionHandle._metadata_format_ok() 2016-03-24 02:53:34 -04:00