heat/heat/tests/openstack/zaqar
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 Change namespace for Zaqar and tests 2015-11-18 08:42:29 +08:00
test_queue.py Begin move of UpdateReplace back to its rightful location 2016-08-18 12:57:54 -04:00