From 6441c0c76523201e62768087b9a0255cdddb6756 Mon Sep 17 00:00:00 2001 From: Ameed Ashour Date: Wed, 18 Jul 2018 19:45:26 +0300 Subject: Allow user to specify stack name on stack create this allow Storperf to run multiple time at same time using same OpenStack Adds stack_name to all /configurations API requests as an optional parameter. Adds stack_name to the /jobs API POST as an optional parameter. Adds stack_name to the /initializations API as an optional parameter. Adds all stack info to the metadata for later reporting. JIRA: STORPERF-256 Change-Id: Ief69c69472e08ee821555f3a006ab9edc7ec177f Signed-off-by: Ameed Ashour --- docs/testing/user/test-usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/testing') diff --git a/docs/testing/user/test-usage.rst b/docs/testing/user/test-usage.rst index 40d54ce..41cbbbd 100644 --- a/docs/testing/user/test-usage.rst +++ b/docs/testing/user/test-usage.rst @@ -187,7 +187,7 @@ randomly throughout the volume being profiled would be: "workloads": { "6040randrw": { - "rw": "randrw", + "rw": "randrw", "rwmixread": "60" } } -- cgit 1.2.3-korg