From c293d34eafdcbdae7e0e03512237a1e0c59de838 Mon Sep 17 00:00:00 2001 From: Zuul Date: Wed, 15 May 2019 19:49:20 +0000 Subject: [PATCH] Update git submodules * Update oslo.db from branch 'master' - Merge "Support context function argument as keyword" - Support context function argument as keyword Today, when a user uses enginefacade reader/writer decorators he/she is forced to pass the context argument as the first positional argument. performing a decorated function call with this argument passed as a keyword would lead to an out of range exception. This patch proposes to add support for the context argument to be passed as a keyword argument in decorated functions. e.g @enginefacade.reader def foo(context): ... foo(context=ctxt) <- will now be possible Change-Id: Ief0b71bf9a7eb75935612431bdcc26d33bce852d --- oslo.db | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.db b/oslo.db index 925bb81c7f..b9c51e295b 160000 --- a/oslo.db +++ b/oslo.db @@ -1 +1 @@ -Subproject commit 925bb81c7f79f71050461e06b8cd3d9f0eb47042 +Subproject commit b9c51e295b81cedbc747e662628bc69d1f60e6db