Update git submodules

* Update heat from branch 'master'
  to 1080490d945d34226b4495bd794c85ab34cf0495
  - Merge "Fix AttributeError in Python 3.8"
  - Fix AttributeError in Python 3.8
    
    The importlib-metadata package was imported to the core Python since
    Python 3.8, and stevedore uses the standard library implementation
    instead of the 3rd party package in Python 3.8 and later. However
    the implementation available in Python 3.8 is quite old and especially
    it does not include the change which added the module attribute[1].
    
    This change makes sure we avoid referring to that attribute if it does
    not exist, to avoid AttributeError in Python 3.8.
    
    [1] dfc96137ac
    
    Story: 2010095
    Task: 45650
    Change-Id: Ieba5f353b0fe8a9b187bac1f6ff1b3a8f3b896b3
This commit is contained in:
Zuul 2022-06-21 08:13:45 +00:00 committed by Gerrit Code Review
parent bff67b1228
commit 702e8a75f2
1 changed files with 1 additions and 1 deletions

2
heat

@ -1 +1 @@
Subproject commit 6bb57080e9233b3f6b2d7c6e6578312afeadf186
Subproject commit 1080490d945d34226b4495bd794c85ab34cf0495