Reuse tempest_tempest_conf_overrides in tempestconf extra args

Currently tempest_tempestconf_profile var has override key which is
user dependent and needs to be changed based on needs. In order to
overrides tempestconf vars lets use tempest_conf override var
to pass additional vars for the same.

Change-Id: Iefe2971e41757de241c9c5b8a684064160e7f435
This commit is contained in:
Chandan Kumar 2019-03-27 19:45:42 +05:30
parent f4df58025c
commit 9a4afb66a1
1 changed files with 1 additions and 2 deletions

View File

@ -330,8 +330,7 @@ tempest_tempestconf_profile:
os-cloud: "{{ tempest_cloud_name }}"
out: "{{ tempest_workspace }}/etc/tempest.conf"
network-id: "{{ tempest_neutron_public_network_id }}"
overrides:
auth.use_dynamic_credentials: true
overrides: "{{ tempest_tempest_conf_overrides | default('omit') }}"
# Stackviz tarball url
stackviz_tarball: "https://tarballs.openstack.org/package-stackviz-element/stackviz-latest.tar.gz"