Update git submodules

* Update charm-keystone from branch 'master'
  - Merge "Unset DB init flag on shared-db relation removal"
  - Unset DB init flag on shared-db relation removal
    
    The keystone charm sets db-initialised to true after initializing the
    database the first time.  However, if the database application is
    removed, this flag is not unset.
    
    This results in breakage on attempts to re-add a shared-db relation
    with a new database application, as the charm will not attempt to
    re-initialize the database prior to doing DB operations.
    
    This fix simply ensures that we unset this flag prior to finalizing
    removal of the shared-db relation.
    
    Change-Id: I78ae12fda05ce006939b2d90a3d738bacb815915
    Closes-Bug: #1797229
This commit is contained in:
Zuul 2019-02-26 11:47:44 +00:00 committed by Gerrit Code Review
parent f2c5d39680
commit 4f73db41f4
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 1a07a7e65731ee2585818f998638ad71d91662a0
Subproject commit 84e77735ebd15f72239cfcda3597e387c3b56e08