]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
make engine api handle string or bool disable_rollback
authorSteven Hardy <shardy@redhat.com>
Mon, 18 Feb 2013 20:01:42 +0000 (20:01 +0000)
committerSteven Hardy <shardy@redhat.com>
Mon, 18 Feb 2013 20:21:10 +0000 (20:21 +0000)
commitfa5e93df10a640053836101d11500f85b2ae7f18
tree3a3880f5c5e3dc459a85c51c7db0196184dc3f50
parentf66871a404b80d5a6f0a9eb0211e08e9e865f4c5
make engine api handle string or bool disable_rollback

Allow API's to pass string or bool format True/False flag
for the disable_rollback argument to the engine RPC API

Change-Id: I1886263ac2487c4cb36c8bd93fd1d09b04abe813
heat/engine/api.py
heat/tests/test_engine_api_utils.py