Merge "fs002: Enable overcloud delete for W & master"

This commit is contained in:
Zuul 2021-10-02 21:46:44 +00:00 committed by Gerrit Code Review
commit 6dd3c884df
1 changed files with 1 additions and 6 deletions

View File

@ -12,12 +12,7 @@ step_introspect: true
# TODO(gcerami) tripleo-ci specific content. This has to be implemented in another way
to_build: true
# Delete the overcloud after deployment
step_delete_overcloud: >-
{% if release in ['train','ussuri','victoria'] -%}
true
{%- else -%}
false
{%- endif -%}
step_delete_overcloud: true
undercloud_check_idempotency: false