From 971d853fceae11c374d5b1266f5d6d928d325ee5 Mon Sep 17 00:00:00 2001 From: Rex Lee Date: Tue, 27 Jun 2017 07:20:33 +0000 Subject: 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 --- docs/submodules/yardstick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules/yardstick') diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick index 1ff9df7e7..832d3e4e4 160000 --- a/docs/submodules/yardstick +++ b/docs/submodules/yardstick @@ -1 +1 @@ -Subproject commit 1ff9df7e724eb0c981aebd5f5b8aa90db0da292b +Subproject commit 832d3e4e449c28438aacba396ba9afa9bbc0d6d2 -- cgit 1.2.3-korg