diff options
author | Rex Lee <limingjiang@huawei.com> | 2017-06-27 07:20:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-06-27 07:20:33 +0000 |
commit | 971d853fceae11c374d5b1266f5d6d928d325ee5 (patch) | |
tree | e8f4f42394e0e1553b8d8545cced4ae04b271352 /docs | |
parent | c707c4c0e32fd36923adaddf6028617602638776 (diff) |
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>
Diffstat (limited to 'docs')
m--------- | docs/submodules/yardstick | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick -Subproject 1ff9df7e724eb0c981aebd5f5b8aa90db0da292 +Subproject 832d3e4e449c28438aacba396ba9afa9bbc0d6d |