From dd2bf4d97fc93379f78e5ffeb9d5dd94648f794c Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Mon, 21 May 2018 12:14:51 +0200 Subject: Update git submodules * Update docs/submodules/sfc from branch 'stable/fraser' - Improve logging and unify how to read from yaml vnffgd and vnfd are being parsed in different ways, we should parse them in the same way. We could do it directly with safe_load, however, the returned object is not easy to read. If we use read() instead, the resturned object is easy to read/log. Therefore, this patch combines both options Change-Id: I3416933801569a6f57962cd9906726229923136d Signed-off-by: Manuel Buil (cherry picked from commit e122e00cb02adc65870cbb05f394dfc9a0cf55b2) --- docs/submodules/sfc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/sfc b/docs/submodules/sfc index f33eb597a..42b733746 160000 --- a/docs/submodules/sfc +++ b/docs/submodules/sfc @@ -1 +1 @@ -Subproject commit f33eb597a176c5e90f8fe3c0de610ed7cb964dc6 +Subproject commit 42b733746dcd155025065a389a5ef7ee28445ca3 -- cgit 1.2.3-korg