heat/heat/engine
Zane Bitter 69e44dbb17 Don't repeatedly overwrite definitions in RG rolling update
On each batch, we were returning the names of all the resources that had
been added/updated on previous batches, as well as the ones to add/update
in this batch. This patch changes it so we only return the names of the
resources to be added/updated in this batch. This should result in no
change in behaviour, since the previously-updated resources will retain
their existing (updated) definition.

Change-Id: I4879303ec0ae74bfe929429fd8844bb37d30cf13
Partially-Implements: blueprint scaling-group-common
2015-09-08 08:44:18 +12:00
..
cfn Convergence: Resolve attributes during rollback 2015-09-04 06:24:13 +00:00
clients Move Resource exceptions to common module (3) 2015-09-04 11:24:41 +00:00
constraint Remove iso8601 dependency 2015-09-03 16:39:54 +02:00
hot Add get_attr which returns all attributes 2015-09-01 17:32:17 +03:00
notification Remove deprecated list_notifier_drivers option 2015-06-01 16:56:21 +03:00
resources Don't repeatedly overwrite definitions in RG rolling update 2015-09-08 08:44:18 +12:00
__init__.py Do not initialize anything during import phase 2013-04-24 10:03:06 -07:00
api.py Merge "Revert "Refactor format_resource_attributes"" 2015-08-24 16:49:03 +00:00
attributes.py Merge "Support attributes with dynamic scheme" 2015-08-11 15:18:55 +00:00
constraints.py py34: test_sahara/software_deployment 2015-08-06 22:37:37 +05:30
dependencies.py py34: heat.tests.test_engine_service 2015-08-03 22:58:35 +05:30
environment.py Updates resource type filtering with name, version 2015-09-03 09:55:47 +05:30
event.py Versioned objects - Event 2015-03-16 09:26:41 +00:00
function.py Add __hash__ functions where necessary 2015-07-02 07:56:22 +00:00
lifecycle_plugin.py Fix file mode, remove executable bit. 2014-09-10 17:17:44 +08:00
parameter_groups.py Fix validation error for parameter group 2015-06-30 11:38:33 +05:30
parameters.py py34: heat.tests.test_parameters 2015-08-27 13:48:35 +05:30
plugin_manager.py Use six.moves.map/filter/zip 2015-04-24 11:52:39 +05:30
properties.py Fix "{}" is not a list error for json parameter type 2015-08-20 21:32:01 +05:30
resource.py Merge "Convergence: pass the input_data into Stack.load()" 2015-09-07 14:17:03 +00:00
rsrc_defn.py Use ResourceDefinitionCore methods for lbutils 2015-07-15 15:37:55 +03:00
scheduler.py Do not use VolumeTasks in AWS Instance create 2015-07-28 21:59:06 +00:00
service.py Merge "Updates resource type filtering with name, version" 2015-09-07 01:38:26 +00:00
service_software_config.py Use atomic_key for deployment metadata updates 2015-08-14 09:17:28 +12:00
service_stack_watch.py Use six.itervalues(x) instead of x.values() 2015-04-21 09:05:49 +03:00
stack.py Merge "Convergence: Resolve attributes during rollback" 2015-09-07 14:22:42 +00:00
stack_lock.py Move listener rpc client to rpc/listener_client.py 2015-06-19 08:24:19 +05:30
support.py Validate support_status while searching resource registry 2015-08-31 10:01:04 +05:30
sync_point.py Convergence: Make SyncPoint.update_input_data actually atomic. 2015-06-26 15:01:52 +00:00
template.py py34: heat.tests.test_template 2015-08-05 10:29:16 +05:30
timestamp.py Make the first line of every file consistent. 2014-03-04 09:03:04 -06:00
update.py Move Resource exceptions to common module (1) 2015-09-04 14:23:53 +03:00
watchrule.py Heat could not create samples with Ceilometer 2015-05-28 22:18:35 +08:00
worker.py Move Resource exceptions to common module (4) 2015-09-04 11:24:47 +00:00