Update git submodules

* Update charm-layer-openstack from branch 'master'
  to 93bc9e1837b71cd80536c67ed8c1a64d9ee43872
  - Do not execute certificate handlers in update-status hook
    
    The certificate handler code does a bit of work and should not
    run during the update-status hook.
    
    As documented in the charms.reactive dispatch [0] function
    handlers registered with the @hook decorator will execute before
    other handlers.  So we can rely on the 'is-update-status-hook'
    flag being consistently set when in update-status hook before
    other handlers are evaluated for dispatch.
    
    0: 3d27f3d24a/charms/reactive/bus.py (L325)
    
    Closes-Bug: #1954748
    Change-Id: I4a3aa544f98049c83db576f95de826038e8e1afc
This commit is contained in:
Frode Nordahl 2021-12-14 12:20:21 +01:00 committed by Gerrit Code Review
parent 2a103a3525
commit d40c072884
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 5999eeaa5d007b6ae8dc12753976ef11f76684ee
Subproject commit 93bc9e1837b71cd80536c67ed8c1a64d9ee43872