From 09db2ee1785242af811dd4473b45469bd0f8409f Mon Sep 17 00:00:00 2001 From: Ade Lee Date: Tue, 19 Dec 2017 12:21:22 -0500 Subject: [PATCH] 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 --- barbican | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barbican b/barbican index a74f898752..0539a28ee9 160000 --- a/barbican +++ b/barbican @@ -1 +1 @@ -Subproject commit a74f8987523e98e0babfb53a3401d377e5c0d045 +Subproject commit 0539a28ee95479a707b7dc3da635308a682e2ecc