Update git submodules
authorrexlee8776 <limingjiang@huawei.com>
Wed, 9 May 2018 09:52:27 +0000 (09:52 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 22 May 2018 21:22:01 +0000 (21:22 +0000)
commit314ccb952ab2b4915020fed3c42594abe63a5a39
treed2a5ac6bb3842f17b714fe35c7c6514f57caf52a
parent7d717e8b954b373905627a1c49b15d10372b39da
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Bugfix: openrc api dump should be safe_dump

    1. fix safe_dump
    2. fix pep8 problem, use flask_restapi custom error handling [1]

    [1] https://flask-restful.readthedocs.io/en/latest/extending.html#custom-error-handlers

    JIRA: YARDSTICK-1165

    RestApi openrc dump clouds.yaml error

    it now use yarml.dump, should be yaml.safe_dump.

    dump would gererate !!python/unicode and cause error when upload openrc file in gui

    Change-Id: Id3e85f7ba7d4967277ef79109b07d7552179e5db
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
docs/submodules/yardstick