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
This commit is contained in:
Zuul 2019-05-15 19:49:20 +00:00 committed by Gerrit Code Review
parent d934068f68
commit c293d34eaf
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 925bb81c7f79f71050461e06b8cd3d9f0eb47042
Subproject commit b9c51e295b81cedbc747e662628bc69d1f60e6db