Skip to content

Commit

Permalink
Merge "Change new input task format specification"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Jun 6, 2015
2 parents 5375896 + c3e0808 commit 8131b48
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/specs/in-progress/new_rally_input_task_format.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Make a new format that address all issues.

Old format JSON schema:

.. code-block:: none
.. code-block:: python
{
"type": "object",
Expand Down Expand Up @@ -85,7 +85,7 @@ Old format JSON schema:
Old format sample:

.. code-block:: none
.. code-block:: yaml
---
<ScenarioName>:
Expand All @@ -111,7 +111,7 @@ Old format sample:
New format JSON schema:

.. code-block:: none
.. code-block:: python
{
"type": "object",
Expand Down Expand Up @@ -182,7 +182,7 @@ New format JSON schema:
New format sample:

.. code-block:: none
.. code-block:: yaml
---
Expand All @@ -203,7 +203,7 @@ New format sample:
# Explicit usage "rally task start --tag" --tag attribute
tags: ["periodic", "nova", "cinder", "ha"]
tasks:
subtasks:
# Note every task is executed serially (one by one)
#
# Using list for describing what benchmarks (tasks) to run is much
Expand Down

0 comments on commit 8131b48

Please sign in to comment.