Update git submodules

* Update charms.openstack from branch 'master'
  to 760f1257ef11a53e2491fda91ebf6454c1182ad3
  - Support wrapped release names
    
    Charm instances where the release is > zed does not work using the
    default_get_charm_instance. The keys stored in the _releases dictionary
    are sorted in their alphabetical sorting order, thus causing releases
    such as Bobcat to be treated as older releases than Zed.
    
    This change causes the release names to be sorted using the
    CompareOpenStackReleases object from the charmhelpers library. This will
    ensure that the release names are sorted according the release order
    rather than the alphabetical name.
    
    Change-Id: I528a9dcc5511b74186132b57948e18e4f3a1ef0b
This commit is contained in:
Billy Olsen 2024-04-25 08:09:32 -07:00 committed by Gerrit Code Review
parent 427a42788f
commit 81110ee22e
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 018b72d734223db274b59f524b7887d8153cdb6d
Subproject commit 760f1257ef11a53e2491fda91ebf6454c1182ad3