heat/heat/tests/openstack/manila
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 Manila tests 2015-11-20 12:38:08 +08:00
test_security_service.py Begin move of UpdateReplace back to its rightful location 2016-08-18 12:57:54 -04:00
test_share.py Clean up tests setup 2016-06-10 10:49:10 +03:00
test_share_network.py Network validation in Manila 2016-08-03 12:27:58 +03:00
test_share_type.py Clean up tests setup 2016-06-10 10:49:10 +03:00