Fix the comma's wrong locations.
The locations of commas in JSON in docs/source/deploy/raid.rst are not correct. This patch fixs it. Change-Id: Ibda01aae45827d1e913bc76b1ee3aec99f97ccc9 Closes-Bug: #1654243
This commit is contained in:
parent
9842f40187
commit
f8e1bc2f8b
@ -269,12 +269,12 @@ Workflow
|
|||||||
|
|
||||||
|
|
||||||
[{
|
[{
|
||||||
"interface": "raid"
|
"interface": "raid",
|
||||||
"step": "delete_configuration",
|
"step": "delete_configuration"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"interface": "raid"
|
"interface": "raid",
|
||||||
"step": "create_configuration",
|
"step": "create_configuration"
|
||||||
}]
|
}]
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
Loading…
x
Reference in New Issue
Block a user