Update git submodules

* Update glance from branch 'master'
  to 0b822f1fab40c84e790f753318964d4a5748a8b6
  - Merge "Fix functional test failures with PasteDeploy 3.x"
  - Fix functional test failures with PasteDeploy 3.x
    
    PasteDeploy replaced pkg_resources with importlib_metadata[1] in 3.0.
    This causes functional test failures because the line breaks in the
    example configs from glance/tests/functional/__init__.py are read as a
    "prefix" by PasteDeploy. For instance,
    
    paste.filter_factory =
      glance.api.middleware.version_negotiation:VersionNegotiationFilter.factory
    
    is read as "\nglance.api.middleware.version_negotiation:VersionNegotiationFilter.factory".
    
    This might be a bug in PasteDeploy or (quite unlikely) in
    configparser.ConfigParser rather than in our code, so this issue should
    be revisited at some point. For now, remove the cosmetic line breaks in
    order to fix our gates.
    
    [1] ef58c20961
    
    Change-Id: I1e557e731cceb3cfbc4ebc3f0887adf372a91d1d
This commit is contained in:
Zuul 2023-04-12 20:52:24 +00:00 committed by Gerrit Code Review
parent 2d3ace1bf1
commit 979c61b1de
1 changed files with 1 additions and 1 deletions

2
glance

@ -1 +1 @@
Subproject commit b023562e1d31d3e60c195d701e6a9ff52e2fc956
Subproject commit 0b822f1fab40c84e790f753318964d4a5748a8b6