Update git submodules

* Update charm-ceph-mon from branch 'master'
  to dab0bd530d6c3cef9d25378d926d49babc14b3d1
  - Merge "Fix handling of profile-name"
  - Fix handling of profile-name
    
    The current code:
    self.profile_name = op.get('crush-profile', profile_name)
    
    will only default to profile_name if the 'crush-profile' key
    doesn't exist in the op dictionary. If the 'crush-profile' key
    exists and is set to None, the default profile_name is not used.
    
    This change will use the default profile_name in both cases.
    
    A full charm-helpers sync is done here.
    
    Closes-Bug: #1960622
    Change-Id: If9749e16eadfab5523d06c82f3899a83b8c6fdc1
This commit is contained in:
Zuul 2022-02-21 13:29:54 +00:00 committed by Gerrit Code Review
parent e1640070d8
commit 468ded283f
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit a7e6225b2b70e9bf09c54b3d1f9b3d2fa53eb4b4
Subproject commit dab0bd530d6c3cef9d25378d926d49babc14b3d1