Merge "heat engine : fix hardcoded DisableRollback value"

This commit is contained in:
Jenkins 2013-02-28 19:27:19 +00:00 committed by Gerrit Code Review
commit 259295a9fa
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ def format_stack(stack):
STACK_STATUS: stack.state,
STACK_STATUS_DATA: stack.state_description,
STACK_CAPABILITIES: [], # TODO Not implemented yet
STACK_DISABLE_ROLLBACK: True, # TODO Not implemented yet
STACK_DISABLE_ROLLBACK: stack.disable_rollback,
STACK_TIMEOUT: stack.timeout_mins,
}