Move fs030 to support ephermal heat

This featuresets still deploy installed heat, Converting
it to support ephermal heat.

fs020/fs035 will be done in [1].

[1] https://review.opendev.org/c/openstack/tripleo-quickstart/+/810083

Related-bug: #1944217
Change-Id: I71e0b4051f752ebc50f993401acc8cb67a52d653
This commit is contained in:
Sandeep Yadav 2021-09-20 21:20:19 +05:30
parent 876238e81d
commit 575bd1fdcd
1 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,8 @@ config_download_args: >-
--verbose
{%- endif -%}
ephemeral_heat: "{{ (release not in ['train','ussuri','victoria']) | bool }}"
ephemeral_heat_args: "{{ '--heat-type pod' if ephemeral_heat|bool else '' }}"
# Tempest configuration, keep always at the end of the file