Define apmhora provider for tempest config

Despite octavia provider is a default setting, this is just a deprecated
alias for amphora. So we define it explicitly as we cut out octavia alias
from the list of available providers.

Needed-By: https://review.opendev.org/c/openstack/openstack-ansible-os_octavia/+/866058
Change-Id: Id3af406a14e4b3106676b8da03128881b217edb7
This commit is contained in:
Dmitriy Rabotyagov 2022-12-01 14:49:10 +01:00 committed by Dmitriy Rabotyagov
parent 65ce2753fa
commit a1a33887f8

View File

@ -29,3 +29,4 @@ tempest_tempest_conf_overrides:
member_role: '"Member"'
test_with_ipv6: false
endpoint_type: internalURL
provider: {{ ('zookeeper' in bootstrap_host_scenarios_expanded) | ternary('amphorav2', 'amphora') }}