From e33765ea916e50c0673125d49a6b42371a703213 Mon Sep 17 00:00:00 2001 From: Sumit Jamgade Date: Thu, 29 Aug 2019 17:03:54 +0200 Subject: [PATCH] tempest: add kibana_version to the identity senction of tempest.conf kibana_version conf is needed by monasca_log_api_tempest testcases as this key-value pair is added headers of requests to kibana https://opendev.org/openstack/monasca-log-api/src/tag/newton-eol/monasca_log_api_tempest/config.py#L40 --- chef/cookbooks/tempest/templates/default/tempest.conf.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/chef/cookbooks/tempest/templates/default/tempest.conf.erb b/chef/cookbooks/tempest/templates/default/tempest.conf.erb index 82e013cf88..ba1f3d74d4 100644 --- a/chef/cookbooks/tempest/templates/default/tempest.conf.erb +++ b/chef/cookbooks/tempest/templates/default/tempest.conf.erb @@ -92,6 +92,7 @@ alt_username = <%= @alt_comp_user %> alt_tenant_name = <%= @alt_comp_tenant %> alt_password = <%= @alt_comp_pass %> alt_domain_name = Default +kibana_version = '4.6.3' [identity-feature-enabled] domain_specific_drivers = <%= node[:keystone][:domain_specific_drivers] ? "True" : "False" %>