Update git submodules

* Update oslo.privsep from branch 'master'
  - Convert dict keys received in _ClientChannel from byte to str
    
    When executing in debug mode, the arguments passed to [1] are stored
    in a dictionary populated with bytes instead of strings. When in [2]
    "record" is created and updated [3], the values contained in "msg[1]"
    are not updated in "record"
    
    This patch converts all keys in byte format to string (Python 3).
    
    [1] 130d7155c4/oslo_privsep/comm.py (L128)
    [2] 130d7155c4/oslo_privsep/daemon.py (L210)
    [3] b5409dacc4/Lib/logging/__init__.py (L415)
    
    Change-Id: Idec9ecc9fcc8c5b6779e0194a16cd861c7895d7e
    Closes-Bug: #1816804
This commit is contained in:
Rodolfo Alonso Hernandez 2019-02-20 16:40:44 +00:00 committed by Gerrit Code Review
parent 219a04035b
commit 3d81c58156
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit d84c76108bf4f4d6ddf410505d24a3ba817acc9f
Subproject commit c9cec8e87b0f8aaa08fb689fc950ca438e5977c3