From a4e4fc4954a3b2ae0790141b2feb76886b77c0bc Mon Sep 17 00:00:00 2001 From: Zuul Date: Tue, 5 Apr 2022 11:45:20 +0000 Subject: [PATCH] Update git submodules * Update oslo.limit from branch 'master' to 6451b4f61e16485ef8243754e7cc493455332f58 - Merge "Move Enforcer caching closer to limit retrieval" - Move Enforcer caching closer to limit retrieval In change I22234e0bb6b3a1cecb29a6b99a3afcd02ffdbf5f added a get_registered_limits() interface but missed making it work with the Enforcer cache because caching was implemented in a higher layer, _get_limit() and get_registered_limits() could not make use of _get_limit(). This moves the caching logic to where limits are retrieved from keystone, so that get_registered_limits() will use caching and any interfaces that might be added in the future will be able to benefit from using the cache. Closes-Bug: #1964848 Change-Id: I28cdd4d3f4927b94acea3309b36999850cf2ee2a --- oslo.limit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.limit b/oslo.limit index 4a4d087110..6451b4f61e 160000 --- a/oslo.limit +++ b/oslo.limit @@ -1 +1 @@ -Subproject commit 4a4d087110af59f8baa628df04a4bcdc94125047 +Subproject commit 6451b4f61e16485ef8243754e7cc493455332f58