diff options
author | Manuel Buil <mbuil@suse.com> | 2018-05-21 12:14:51 +0200 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-05-21 14:22:14 +0000 |
commit | 043f5eaa3d04e4d547e58d03b6ede442b8a45fc3 (patch) | |
tree | a916387ec2ebf1826d37712768156a825df7083b | |
parent | 1fb5296d0a0693f1d462a7cb155fe7ea406e4ebe (diff) |
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 <mbuil@suse.com>
m--------- | docs/submodules/sfc | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/sfc b/docs/submodules/sfc -Subproject 772ceec147145e16f1c7be03c48d20292e4bd77 +Subproject e122e00cb02adc65870cbb05f394dfc9a0cf55b |