Merge "Fix hardcoded instance_type in [heat_plugin] section"

This commit is contained in:
Zuul 2022-04-27 14:47:43 +00:00 committed by Gerrit Code Review
commit c3a2a97974
1 changed files with 1 additions and 1 deletions

View File

@ -146,5 +146,5 @@ operator_role = swiftoperator
{% if tempest_service_available_heat | bool %}
[heat_plugin]
endpoint_type = {{ tempest_endpoint_type }}
instance_type = tempest1
instance_type = {{ tempest_nova_flavor_id_1 }}
{% endif %}