heat/heat/tests/convergence/framework
Zane Bitter c5ebe66ce9 Begin move of UpdateReplace back to its rightful location
A deeply misguided effort to move all exceptions out of the
heat.engine.resource module, where they belong, and into the
heat.common.exception module, where they largely do not, broke the API for
third-party resource plugins. Unfortunately this happened a couple of
releases back already, so we can't simply put UpdateReplace back where it
belongs as that would also break the de-facto third-party API.

This change adds an alias in the correct location and a comment indicating
that it will move back at some time in the future. It also switches all of
the in-tree uses back to heat.engine.resource.UpdateReplace, in the hope
that third-party developers will be more inclined to copy from that.

This reverts commit 4e2cfb991a.

Change-Id: Iedd5d07d6c0c07e39e51a0fb810665b3e9c61f87
Closes-Bug: #1611104
2016-08-18 12:57:54 -04:00
..
__init__.py convergence scenario tests 2015-09-08 09:18:36 +05:30
engine_wrapper.py Add environment_files to REST and RPC APIs 2016-01-28 10:18:51 -05:00
event_loop.py convergence scenario tests 2015-09-08 09:18:36 +05:30
fake_resource.py Begin move of UpdateReplace back to its rightful location 2016-08-18 12:57:54 -04:00
message_processor.py Fix [H405] pep rule in heat/tests 2015-10-12 14:08:16 +03:00
message_queue.py convergence scenario tests 2015-09-08 09:18:36 +05:30
processes.py convergence scenario tests 2015-09-08 09:18:36 +05:30
reality.py convergence scenario tests 2015-09-08 09:18:36 +05:30
scenario.py Use wrapped message in error log 2016-01-17 05:22:04 +00:00
scenario_template.py convergence scenario tests 2015-09-08 09:18:36 +05:30
testutils.py Migrate nova_instance to physical_resource_id 2016-05-17 13:33:43 +05:30
worker_wrapper.py Add function tests for event sinks 2016-02-22 09:41:13 +00:00