heat/heat/engine/resources/aws/autoscaling
Zane Bitter 521058961d Move NoActionRequired exception back where it belongs
It makes no sense for an exception that is used for local flow control -
especially flow control between the Resource superclass and its
subclasses - to be defined in the heat.common.exceptions module where
user-facing exceptions whose definitions must be shared between the engine
and api are defined.

This patch moves it back to the original, correct location and adds
docstrings so people will actually know what it's for.

Technically both this and the original move were breaking changes to the
third-party Resource plugin API. This exception seems much less likely to
be in widespread use than UpdateReplace (c.f. preceding patch) though.

This reverts commit 5120f096d7.

Change-Id: I73dc671cd7e6e37ecb0f13545c7fa93d58e6e8ff
Related-Bug: #1611104
2016-08-18 12:57:54 -04:00
..
__init__.py Move AWS::AutoScaling::* resources 2015-03-04 09:43:42 +08:00
autoscaling_group.py Move NoActionRequired exception back where it belongs 2016-08-18 12:57:54 -04:00
launch_config.py Use the ResourceDefinition.Diff API in resources 2016-04-13 19:49:04 -04:00
scaling_policy.py Remove unused LOG variable with logging import 2015-12-08 05:08:33 -05:00