Update git submodules

* Update barbican from branch 'master'
  - Ensure only api app initializes secret store
    
    Right now, the multiple secret store initialization code is run
    whenever the db is initialized - whether it be running the clean
    db script, starting the worker, starting the keystone listener
    or manage db script.  This periodically causes deadlocks when
    the worker,listener and app are started soon after each other.
    
    Its not altogether clear why the deadlock happens, but the only
    table that is being written to is the secret_store table, which
    has no foreign keys etc.  In any case, though, it was never the
    intention that anything other than the app itself initialize the
    secret stores from its config file.
    
    This patch makes sure that happens.
    
    Change-Id: I711b91b19b9d65260a21b41d6f9e18b9e282138a
    Closes-bug: 1738863
This commit is contained in:
Ade Lee 2017-12-19 12:21:22 -05:00 committed by Gerrit Code Review
parent e733f9d65a
commit 09db2ee178
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit a74f8987523e98e0babfb53a3401d377e5c0d045
Subproject commit 0539a28ee95479a707b7dc3da635308a682e2ecc