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)
* 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

index 1ff9df7..832d3e4 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 1ff9df7e724eb0c981aebd5f5b8aa90db0da292b
+Subproject commit 832d3e4e449c28438aacba396ba9afa9bbc0d6d2