Update git submodules

* Update keystone from branch 'master'
  to 95288d2ce36e14d9a8466c05240fd7e1aca004d2
  - Merge "fix(federation): allow using numerical group names"
  - fix(federation): allow using numerical group names
    
    When using a numerical group name, the current codebase which
    relies on ast.literal_eval does not account for the value
    being a number.  Therefore, it can be parsed as a number and
    fail in further steps since it will not be a list.
    
    This patch adds a test to handle that use case and refactor the
    code that leverages ast.literal_eval to be the same everywhere
    so that it adds that fix everywhere.
    
    Closes-Bug: #1992186
    Change-Id: I665b7e0234650ba07e0d030a2d442d6599d0888a
This commit is contained in:
Zuul 2023-04-21 17:30:23 +00:00 committed by Gerrit Code Review
parent dbaaddb2e8
commit a25639b329
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit f5db9801c23bde15d162a67d4fd6621e5bd09719
Subproject commit 95288d2ce36e14d9a8466c05240fd7e1aca004d2