From 9a4afb66a1936e4a8db5500d7726804e47ca3cb7 Mon Sep 17 00:00:00 2001 From: Chandan Kumar Date: Wed, 27 Mar 2019 19:45:42 +0530 Subject: [PATCH] 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 --- defaults/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index 3d706e59..009cc637 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -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"