Update git submodules

* Update oslo.utils from branch 'master'
  to cecf061e6e4f666104170e3bba93fdae24255309
  - Mask chapsecret
    
    Doesn't mask chapsecre
    >>> strutils.mask_password("'chapsecre' : 'aaaaa'")
    "'chapsecre' : 'aaaaa'"
    
    Masks chapsecret
    >>> strutils.mask_password("'chapsecret' : 'aaaaa'")
    "'chapsecret' : '***'"
    
    Closes-Bug: #2038466
    Change-Id: Iae22a544ff69069b1b82b6ab3a885f3a19869287
This commit is contained in:
whoami-rajat 2023-10-19 12:28:05 +00:00 committed by Gerrit Code Review
parent 9e2ce027f7
commit c15a9d7ded
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit a122f5c065c346c9ca2218a9131a2a352e6b380f
Subproject commit cecf061e6e4f666104170e3bba93fdae24255309