heat/heat/tests/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 TestInstanceGroup to test_instance_group.py 2014-10-07 12:01:30 +10:00
inline_templates.py Move all scaling policy tests to autoscaling/ 2015-02-04 16:48:59 +10:00
test_heat_scaling_group.py Move NoActionRequired exception back where it belongs 2016-08-18 12:57:54 -04:00
test_heat_scaling_policy.py Move NoActionRequired exception back where it belongs 2016-08-18 12:57:54 -04:00
test_launch_config.py Remove unused stuff in test_launch_config.py 2016-03-09 10:26:18 +08:00
test_lbutils.py Stack updated error if creation fails 2015-06-17 19:05:40 +08:00
test_new_capacity.py Move new capacity calculation to scaling library 2015-09-10 21:01:24 +05:30
test_rolling_update.py Fix scenario names in rolling update test 2015-09-10 10:43:21 -04:00
test_scaling_group.py Move NoActionRequired exception back where it belongs 2016-08-18 12:57:54 -04:00
test_scaling_policy.py Move NoActionRequired exception back where it belongs 2016-08-18 12:57:54 -04:00
test_scaling_template.py Fix [H405] pep rule in heat/tests 2015-10-12 14:08:16 +03:00