From 4a755e05638263e5472746821e07103704ff5909 Mon Sep 17 00:00:00 2001 From: Zuul Date: Mon, 20 Jun 2022 19:44:40 +0000 Subject: [PATCH] Update git submodules * Update puppet-tempest from branch 'master' to 5928ffdd14b309d303dda9bf3ba153d6c192caf1 - Merge "Allow arbitrary section name for *_id_setter" - Allow arbitrary section name for *_id_setter ... so that we can set the parameters in different sections. (eg. [database] db_flavor_ref instead of [compute] db_flavor_ref ) Implementation to inject parameters to tempset.conf is replaced by the tempest_config type and the ini_setting provider, so that we can use the consistent implementation to modify tempest.conf . This change also fixes "flapping" of database/db_flavor_ref. Now the parameter is removed by the initial tempest_config resource then set by the tempest_glance_id_setter, when db_flavor_name is used. Closes-Bug: #1978848 Change-Id: Ife2c563213b9b4118d3925192a2ff45253bcee2b --- puppet-tempest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet-tempest b/puppet-tempest index 7eeb56c8ff..5928ffdd14 160000 --- a/puppet-tempest +++ b/puppet-tempest @@ -1 +1 @@ -Subproject commit 7eeb56c8ffa8e26ed33645f6b63f2158872e0791 +Subproject commit 5928ffdd14b309d303dda9bf3ba153d6c192caf1