Update git submodules
authorchenjiankun <chenjiankun1@huawei.com>
Thu, 29 Jun 2017 02:42:56 +0000 (02:42 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 29 Jun 2017 11:14:30 +0000 (11:14 +0000)
commitdb4b3d1640a81aa352ec9c1d6467e9988c659cc6
tree51f27d8a7f56cad72ea2117c892ac0dde572a489
parent7717f906ccf92e6dffc6415bcbddc788728e95e8
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Add API to update pod yaml file

    JIRA: YARDSTICK-693

    Apart from API to upload pod yaml file, we also need API to update pod
    file.

    API: /yardstick/env/action
    method: POST
    param:
    {
        'action': 'update_pod_file',
        'args': {
            'pod': { pod content }
        }
    }

    Change-Id: I0ba168612ccc2e43c531e4b9253cf72e5c745297
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
docs/submodules/yardstick