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:33:30 +0000 (14:33 +0000)
commitdd2bf4d97fc93379f78e5ffeb9d5dd94648f794c
tree47298dcb9952fcaa036284a163174d08cd0401e3
parentbc2ecafc36f258852a8d4d315adb7d2e0ad1f6f7
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 <mbuil@suse.com>
    (cherry picked from commit e122e00cb02adc65870cbb05f394dfc9a0cf55b2)
docs/submodules/sfc