From 9d50c45bfc264de25de32144d66dce4641dfd789 Mon Sep 17 00:00:00 2001 From: Damian Dabrowski Date: Wed, 4 Aug 2021 17:06:45 +0200 Subject: [PATCH] Fix hardcoded flavor_ref and flavor_ref_alt Values for flavor_ref and flavor_ref_alt should be taken from tempest_flavors Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/803477 Change-Id: I96639f606a6469e4bb0658419546f1ebc6576983 --- templates/tempest.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/tempest.conf.j2 b/templates/tempest.conf.j2 index b42f563e..86cbd5fb 100644 --- a/templates/tempest.conf.j2 +++ b/templates/tempest.conf.j2 @@ -22,8 +22,8 @@ endpoint_type = {{ tempest_endpoint_type }} [compute] image_ref = {{ tempest_glance_image_id_1 }} image_ref_alt = {{ tempest_glance_image_id_2 }} -flavor_ref = 201 -flavor_ref_alt = 202 +flavor_ref = {{ tempest_nova_flavor_id_1 }} +flavor_ref_alt = {{ tempest_nova_flavor_id_2 }} fixed_network_name = private endpoint_type = {{ tempest_endpoint_type }} build_timeout = 600