summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Beierl <mark.beierl@emc.com>2016-05-12 15:57:32 -0600
committerMark Beierl <mark.beierl@emc.com>2016-05-12 15:57:32 -0600
commit71326170a8eb52e1fb3faa8bd2307c97b7822cb5 (patch)
tree0effab24d54ff8350953a329f80e46588003efaa
parentd0f40c056a9283f30df45da5d35b72ce79b5d9a0 (diff)
Fixed spacing for swagger docs
Change-Id: I994153d03981f9b706834ab2ab09196e235cc7ce Signed-off-by: Mark Beierl <mark.beierl@emc.com>
-rw-r--r--rest_server.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/rest_server.py b/rest_server.py
index b7d32d9..7578f41 100644
--- a/rest_server.py
+++ b/rest_server.py
@@ -293,20 +293,20 @@ class Job(Resource):
{
"name": "body",
"description": """Start execution of a workload with the
- following parameters:
+following parameters:
- "target": The target device to profile",
+"target": The target device to profile",
- "deadline": if specified, the maximum duration in minutes
- for any single test iteration.
+"deadline": if specified, the maximum duration in minutes
+for any single test iteration.
- "nossd": Do not fill the target with random
- data prior to running the test,
+"nossd": Do not fill the target with random
+data prior to running the test,
- "nowarm": Do not refill the target with data
- prior to running any further tests,
+"nowarm": Do not refill the target with data
+prior to running any further tests,
- "workload":if specified, the workload to run. Defaults to all.
+"workload":if specified, the workload to run. Defaults to all.
""",
"required": True,
"type": "WorkloadModel",