Update git submodules

* Update charms.openstack from branch 'master'
  to c924762a9c92bd97dcb61d1d9e16f41c961ef9db
  - Ensure that the _resolved_cluster member is set
    
    In the OpenStackAPIRelationAdapters class, the _resolved_cluster member
    is used to determine the cluster relation had been resolved.  However,
    it's possible that it is accessed prior to be used as it was originally
    an dunderscored method (__method).  This patch makes it more robust by
    switching to a single-underscore (which is inherited and not class-
    mangled) and that it is always set to None initially in the __init__
    method.
    
    Change-Id: I9b119ba6848923c27844a2f758ae9e3c34c7722d
    Closes-Bug: #1981736
This commit is contained in:
Alex Kavanagh 2022-08-02 00:17:37 +01:00 committed by Gerrit Code Review
parent 2a6d51ae9e
commit b668907df9
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 11ba59ab4dd0c35a0de9681b4d4c9d889cf8bef8
Subproject commit c924762a9c92bd97dcb61d1d9e16f41c961ef9db