Fix hardcoded instance_type in [heat_plugin] section

This variable should not be hardcoded.
Setting it to tempest_nova_flavor_id_1 should be a reasonable default.

Change-Id: I11242e55a6925781249afe30f395d16dbeff1c9d
This commit is contained in:
Damian Dabrowski 2022-01-20 00:20:49 +01:00 committed by Damian Dąbrowski
parent 5f5291416f
commit 7d2083ed0f
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 %}