From 3afb779471979a8a2931780593b334c2500408c6 Mon Sep 17 00:00:00 2001 From: Arthur Martella Date: Mon, 21 May 2018 16:09:27 -0400 Subject: Updated git submodules Project: so master a69ded6458098401f16bd554567d6184ead449b5 Move pnfDefaultTimeout to dmaap.properties Re: https://gerrit.onap.org/r/#/c/48031/1 SO is failing health check because pnfCheckInputs is not found in dmaap.properties, and pnf.properties is not being read, since applicationContext.xml has two PropertyPlaceholderConfigurer attributes, but it's only using one. Moved defaultTimeout to dmaap.properties, where applicationContext.xml will be able to read it, and renamed it to pnfDefaultTimeout to make it clearer what it is. Change-Id: I6490de472fbf4875e53204f4248c6325787c8af5 Issue-ID: SO-506 Signed-off-by: Arthur Martella --- docs/submodules/so.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules') diff --git a/docs/submodules/so.git b/docs/submodules/so.git index fca4f8e68..a69ded645 160000 --- a/docs/submodules/so.git +++ b/docs/submodules/so.git @@ -1 +1 @@ -Subproject commit fca4f8e68e3bde5bc59356415b98104b3ad0f02c +Subproject commit a69ded6458098401f16bd554567d6184ead449b5 -- cgit