Update git submodules
authorManuel Buil <mbuil@suse.com>
Mon, 21 May 2018 10:14:51 +0000 (12:14 +0200)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 21 May 2018 14:22:14 +0000 (14:22 +0000)
commit043f5eaa3d04e4d547e58d03b6ede442b8a45fc3
treea916387ec2ebf1826d37712768156a825df7083b
parent1fb5296d0a0693f1d462a7cb155fe7ea406e4ebe
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>
docs/submodules/sfc