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:
parent
1baf863bf6
commit
9d50c45bfc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user