Fixed spacing for swagger docs 65/14065/1
authorMark Beierl <mark.beierl@emc.com>
Thu, 12 May 2016 21:57:32 +0000 (15:57 -0600)
committerMark Beierl <mark.beierl@emc.com>
Thu, 12 May 2016 21:57:32 +0000 (15:57 -0600)
Change-Id: I994153d03981f9b706834ab2ab09196e235cc7ce
Signed-off-by: Mark Beierl <mark.beierl@emc.com>
rest_server.py

index b7d32d9..7578f41 100644 (file)
@@ -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",