From 66b3b88e91b2ca0e40f06897b3378b4968774839 Mon Sep 17 00:00:00 2001 From: Zuul Date: Thu, 21 Oct 2021 14:22:55 +0000 Subject: [PATCH] Update git submodules * Update oslo.policy from branch 'master' to 8a3998af18e1e86dc98005947c06eff593ae2229 - Merge "Rules in policy directory files can be deleted." - Rules in policy directory files can be deleted. Policy directory files can only add new rules or update existing rules in cache, but cannot return back loaded rules in memory to their default value. This incorrect behavior was fixed in the patch. Member "_loaded_files" of class Enforcer should keep list of loaded policy config files paths. In fact if the same file is changed many times then the same file path is added many times. If a file is deleted it's path not deleted from "_loaded_files". The member is very misleading and is not used in code. So this member was deleted in the patch because of above mentioned resons. Change-Id: I9ede38d8cf2ae968d3d8c0b1240bd6a51e6aa931 Closes-Bug: 1943584 --- oslo.policy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.policy b/oslo.policy index 4f0e206a12..8a3998af18 160000 --- a/oslo.policy +++ b/oslo.policy @@ -1 +1 @@ -Subproject commit 4f0e206a12040a0643816c3a14585160408a9f5d +Subproject commit 8a3998af18e1e86dc98005947c06eff593ae2229