summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAmeed Ashour <Ameed.Ashour.ext@nokia.com>2018-07-18 19:45:26 +0300
committermbeierl <mark.beierl@dell.com>2018-07-18 15:46:55 -0400
commit6441c0c76523201e62768087b9a0255cdddb6756 (patch)
tree82c1cfffc0b7d0d3e9dc10733482c148aed824c3 /docs
parent3375ff5646ea9daf944bc7207a19b4db4b44334b (diff)
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 <Ameed.Ashour.ext@nokia.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/testing/user/test-usage.rst2
1 files changed, 1 insertions, 1 deletions
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"
}
}