Update git submodules

* Update charm-layer-openstack from branch 'master'
  - Merge "Add a 'is-update-status-hook' flag to the layer"
  - Add a 'is-update-status-hook' flag to the layer
    
    This flag is to enable charms.openstack / layer-openstack charms to have
    a way to determine if the current hook is update-status from a flag.  By
    being a flag, it means that charm reactive handler code doesn't have to
    check for the the hook in every handlers, but can declare "don't run
    this if it's an update-status hook".  The flag is guaranteed to not be
    set during a not update-status hook (in that, if it is set, then it gets
    cleared and the handlers can therefore run), or to be set during an
    update-status hook.  To speed things up, the code also removes the flag
    at the end of the update-status handler.
    
    The intended use of this flag is to guard 'expensive' handlers from
    being run during update-status.
    
    Change-Id: I7ca97db646ada95d7f5541ca4e2cf14013c0d7a6
This commit is contained in:
Zuul 2020-08-21 10:41:16 +00:00 committed by Gerrit Code Review
parent baa8101d0a
commit 807ff4946e
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 1a2962cd699dcbd5fcfc277bc4843905ae7982a3
Subproject commit 8f80afe8c3a7da23571a49dce6de649dc1c132b0