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
This commit is contained in:
Damian Dabrowski 2021-08-04 17:06:45 +02:00 committed by Damian Dąbrowski
parent 1baf863bf6
commit 9d50c45bfc
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