From 043f5eaa3d04e4d547e58d03b6ede442b8a45fc3 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 'master' - 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 --- docs/submodules/sfc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/submodules/sfc b/docs/submodules/sfc index 772ceec14..e122e00cb 160000 --- a/docs/submodules/sfc +++ b/docs/submodules/sfc @@ -1 +1 @@ -Subproject commit 772ceec147145e16f1c7be03c48d20292e4bd770 +Subproject commit e122e00cb02adc65870cbb05f394dfc9a0cf55b2 -- cgit 1.2.3-korg