From dd679c005cd479b1a66e18e6e0e219c379f96928 Mon Sep 17 00:00:00 2001 From: Luigi Toscano Date: Mon, 18 Mar 2019 18:35:31 +0100 Subject: [PATCH] Update git submodules * Update puppet-sahara from branch 'master' - Configuration: populate the [trustee] section too Sahara have been (mis)using few values from keystone_authtoken to set the configuration for trust for a long while. This is not a recommended practice as those values are for private use of keystonemiddelware. During the queens release a new configuration section (trustee) was introduced to collect those parameters: https://review.openstack.org/#/c/524936/ The existing parameters are still read if [trustee] is not available, but the behavior is fragile and unsupported, so it is officially deprecated in Sahara as well. The trustee section is populated from the same values used for keyston_authtoken, so the same class is re-used in order to write the content of the section. Closes-Bug: #1763361 Change-Id: I8c63c32d995cbe4140680d826869c25d855e77d1 --- puppet-sahara | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet-sahara b/puppet-sahara index 3b27a50e06..ee9cf369a6 160000 --- a/puppet-sahara +++ b/puppet-sahara @@ -1 +1 @@ -Subproject commit 3b27a50e0681a18e6ef56dd0f761236796788ce9 +Subproject commit ee9cf369a64f78f5de7c0fae482c3c34547a4295