Update git submodules
authorRex Lee <limingjiang@huawei.com>
Tue, 27 Jun 2017 07:20:33 +0000 (07:20 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 27 Jun 2017 07:20:33 +0000 (07:20 +0000)
commit971d853fceae11c374d5b1266f5d6d928d325ee5
treee8f4f42394e0e1553b8d8545cced4ae04b271352
parentc707c4c0e32fd36923adaddf6028617602638776
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add API to update hosts info about SUT"
  - Add API to update hosts info about SUT

    JIRA: YARDSTICK-674

    For some SUT which use domain name as endpoint and AUTH_URL, yardstick
    restAPI should support to add "ip domain_name" info into /etc/hosts so
    that it can use the ip_address to access the SUT.

    api: /yardstick/env/action
    description: update hosts info for domain name
    method: POST

    parameters:
    {
        "action": "update_hosts",
        "args": {"opnfv.org": "1.1.1.1",
                 "openstack.org": "2.2.2.2"
                }
    }

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