diff options
author | Mark Beierl <mark.beierl@dell.com> | 2018-07-19 13:53:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-07-19 13:53:20 +0000 |
commit | 5d833fe6b704cc8c26ebf57100d62d2f916fe3f6 (patch) | |
tree | db3a2082d1776beb7dcf5cb936da0f37c8aaeb94 /docs | |
parent | 65e7aa6e9e02a8bd1339fd11ca12ba4e000cebc9 (diff) | |
parent | 6441c0c76523201e62768087b9a0255cdddb6756 (diff) |
Merge "Allow user to specify stack name on stack create"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/testing/user/test-usage.rst | 2 |
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" } } |