Merge "Fix hardcoded flavor_ref and flavor_ref_alt"

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

View File

@ -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