]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat clients : Make heat-boto rollback disabled by default
authorSteven Hardy <shardy@redhat.com>
Mon, 4 Mar 2013 15:29:36 +0000 (15:29 +0000)
committerSteven Hardy <shardy@redhat.com>
Mon, 4 Mar 2013 20:48:54 +0000 (20:48 +0000)
commitd02b0889c637c26b840939662d4d51358169b892
tree782f6d963debd0ad65e8d99c3ea6485da8fdba11
parent0aea9429bf122eb4cde1b749b129ecfe6ca8f63c
heat clients : Make heat-boto rollback disabled by default

The boto library always sends the DisableRollback parameter,
defaulted to False, which is the opposite of the engine
default now, so we have to set DisableRollback to True in
the boto client wrapper

ref bug 1131303

Change-Id: I4acbba7b37f24cb1a874292ff2323ae24b630edf
heat/cfn_client/boto_client.py