diff --git a/tripleo_common/constants.py b/tripleo_common/constants.py index 3e966b1c3..a3eefc50a 100644 --- a/tripleo_common/constants.py +++ b/tripleo_common/constants.py @@ -224,5 +224,7 @@ _PER_STEP_TASK_STRICTNESS = [False for i in range(DEFAULT_STEPS_MAX)] PER_STEP_TASKS = { 'upgrade_tasks': _PER_STEP_TASK_STRICTNESS, - 'deploy_steps_tasks': _PER_STEP_TASK_STRICTNESS + 'deploy_steps_tasks': _PER_STEP_TASK_STRICTNESS, + 'update_tasks': _PER_STEP_TASK_STRICTNESS, + 'post_update_tasks': [False, False, False, False] }