heat/heat/engine
Zane Bitter f89cfcc662 Use the ResourceDefinition.Diff API in resources
Now that we have an API for determining the difference between resource
definitions in Heat, use it instead of treating the tmpl_diff argument to
handle_update() like a diff of snippets from a CloudFormation template.

Change-Id: Ib54ff610065ad8d4eabc7d6a45213fde93e425c8
2016-04-13 19:49:04 -04:00
..
cfn Allow using 'get_param' for 'deletion_policy' section 2016-03-15 15:01:17 +08:00
clients Use RESOLVE translation for more neutron resources 2016-04-09 01:51:45 +00:00
constraint Add test for performance in constraint validation 2016-02-12 16:05:33 +00:00
hot Wording fix to list index error message 2016-04-07 16:45:41 -04:00
notification Remove deprecated list_notifier_drivers option 2015-06-01 16:56:21 +03:00
resources Use the ResourceDefinition.Diff API in resources 2016-04-13 19:49:04 -04:00
__init__.py Do not initialize anything during import phase 2013-04-24 10:03:06 -07:00
api.py Merge "RPC API: Define correct constants for resource data" 2016-01-27 18:48:53 +00:00
attributes.py Fix unfortunate spelling error 2016-04-04 12:43:16 -04:00
constraints.py Merge "Use oslo.utils.reflection to extract class name" 2016-03-06 05:01:48 +00:00
dependencies.py Fix unfortunate spelling error 2016-04-04 12:43:16 -04:00
environment.py Removing some redundant words 2016-03-25 11:43:49 +00:00
event.py Do not try to save event resource if too big for db column 2016-03-02 18:05:45 -05:00
function.py Make Functions unhashable 2016-02-16 23:43:11 -05:00
lifecycle_plugin.py Fix garbled docstrings 2015-11-10 11:12:36 -05:00
parameter_groups.py Get rid of bogus debug logging in parameter groups 2015-12-04 19:56:56 -05:00
parameters.py Immutable parameters 2016-02-22 13:40:16 -06:00
plugin_manager.py Fix [H405] pep rule in heat/engine 2015-09-21 14:51:46 +03:00
properties.py Don't validate template resource parameter defaults in parent 2016-03-30 16:32:46 -04:00
resource.py Implement diffs of ResourceDefinitions 2016-04-13 19:49:04 -04:00
rsrc_defn.py Implement diffs of ResourceDefinitions 2016-04-13 19:49:04 -04:00
scheduler.py Fix unfortunate spelling error 2016-04-04 12:43:16 -04:00
service.py Set enforce_type=True on config overrides in tests 2016-04-11 10:52:22 +10:00
service_software_config.py Replace SD RPC polling by long RPC call 2016-04-05 20:47:25 +02:00
service_stack_watch.py Using LOG.warning replace LOG.warn 2015-12-29 09:32:42 +00:00
stack.py Revert "Check RBAC policy for nested stacks" 2016-03-30 11:48:30 +05:30
stack_lock.py Allow StackLock to be used as a context manager 2016-01-25 19:55:04 -05:00
support.py Validate support_status while searching resource registry 2015-08-31 10:01:04 +05:30
sync_point.py Use EntityNotFound instead of SyncPointNotFound 2016-01-17 06:19:52 +00:00
template.py Remove unused LOG variable with logging import 2015-12-08 05:08:33 -05:00
timestamp.py Fix garbled docstrings 2015-11-10 11:12:36 -05:00
translation.py Rename source_path in translation 2016-04-09 02:16:18 +00:00
update.py Fix unfortunate spelling error 2016-04-04 12:43:16 -04:00
watchrule.py Using LOG.warning replace LOG.warn 2015-12-29 09:32:42 +00:00
worker.py Merge "Use EntityNotFound instead of SyncPointNotFound" 2016-03-30 07:35:50 +00:00