From 7a2675b2486ca3310ae1ef2b6f8d8b88415e0bce Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Mon, 30 May 2022 15:20:43 +0200 Subject: [PATCH] Update git submodules * Update oslo.policy from branch 'master' to 5bd767be790f21d6ec0af0589f50137b207d94e8 - Fix generation of sample policy files Generation of sample policy files was broken when exclude_deprecated was added as an extra argument to the generate_sample function in I6d02eb4d8f94323a806fab991ba2f1c3bbf71d04. It was passed as the fourth argument, which is actually include_help. Because it defaults to False, this turned sample policy files into actual policy files. Fix by using keyword arguments instead. Change-Id: I5478b1c8e7fd2f1b01f63602998194bab3683f7c Closes-Bug: #1975682 --- oslo.policy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.policy b/oslo.policy index 6471443811..5bd767be79 160000 --- a/oslo.policy +++ b/oslo.policy @@ -1 +1 @@ -Subproject commit 6471443811c300a8a9c99d2785258765b4461148 +Subproject commit 5bd767be790f21d6ec0af0589f50137b207d94e8