From 40f13fe1c5a8140c5845f6525e00df101ff69fe3 Mon Sep 17 00:00:00 2001 From: Arnaud Morin Date: Thu, 19 Jan 2023 11:26:06 +0100 Subject: [PATCH] Update git submodules * Update mistral from branch 'master' to 70af40becc8a90b83adcb93342c607ffe5add428 - Remove tenant when building mistral context When building mistral context (using oslo.context) from environment, the tenant extra key was given, which is not accepted by oslo.context. This issue was detected when debugging a mistral-client test: mistralclient.tests.functional.cli.v2.test_cli_v2.NegativeCLITests.test_target_action_execution Signed-off-by: Arnaud Morin Change-Id: I72ce8851ea5b379a8af75b32fb600691638836af --- mistral | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mistral b/mistral index e75b6b356f..70af40becc 160000 --- a/mistral +++ b/mistral @@ -1 +1 @@ -Subproject commit e75b6b356f4be44a24bc24ccfa4a3f8eca818b9a +Subproject commit 70af40becc8a90b83adcb93342c607ffe5add428