Use tempest_tempestconf_profile_overrides for extra overrides

Currently tempest_tempest_conf_overrides is used for passing
extra tempest conf overrides as well as tempestconf profile
overrides.

In TOCI side env file, we used tempest_tempest_conf_overrides to
pass image overrides which got highest priority gets the existing
value from featureset overriden leading to failure in sc010.

Using tempest_tempestconf_profile_overrides fixes the issue.

Closes-Bug: #1879941

Change-Id: I169e8f5940f69ee67391180b396dd1fbf98fb2be
Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
This commit is contained in:
Chandan Kumar (raukadah) 2020-05-21 17:02:48 +05:30
parent 677827e5b7
commit 140a85122f
1 changed files with 1 additions and 1 deletions

View File

@ -49,6 +49,6 @@ tempest_services:
tempest_run_concurrency: 2
download_amphora: true
amphora_url: 'https://images.rdoproject.org/octavia/{{ release }}/amphora-x64-haproxy-centos.qcow2'
tempest_tempest_conf_overrides:
tempest_tempestconf_profile_overrides:
load_balancer.member_role: '"Member"'
load_balancer.test_with_ipv6: false