]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Implement an "Action in progress" error.
authorJason Dunsmore <jasondunsmore@gmail.com>
Thu, 1 Aug 2013 17:37:29 +0000 (12:37 -0500)
committerJason Dunsmore <jasondunsmore@gmail.com>
Wed, 7 Aug 2013 15:27:16 +0000 (10:27 -0500)
commitfaf984cbb5e62980e025191450a02d30aae8e02d
tree91ec8de545d5690a5c213d0c900997f618bb500c
parent05e421b03ae388cebccd6dbb2480455f5e3c230b
Implement an "Action in progress" error.

Raises an "Action in progress" error if an action is in progress when
another action is issued.

Fixes bug #1207032

Change-Id: I2b6fd92cfa4b93ac2531dd3d76bf2dfc01e58c50
heat/api/aws/exception.py
heat/api/middleware/fault.py
heat/common/exception.py
heat/engine/service.py
heat/tests/test_api_cfn_v1.py
heat/tests/test_api_openstack_v1.py
heat/tests/test_engine_service.py