Merge "Fix JSON error in documentation"
This commit is contained in:
commit
53651e70c6
@ -138,7 +138,7 @@ An example of the request body for this API::
|
||||
"clean_steps": [{
|
||||
"interface": "raid",
|
||||
"step": "create_configuration",
|
||||
"args": {"create_nonroot_volumes": "False"}
|
||||
"args": {"create_nonroot_volumes": false}
|
||||
},
|
||||
{
|
||||
"interface": "deploy",
|
||||
|
@ -205,7 +205,7 @@ HDD::
|
||||
"raid_level": "1+0",
|
||||
"controller": "RAID.Integrated.1-1",
|
||||
"volume_name": "root_volume",
|
||||
"is_root_volume": "true",
|
||||
"is_root_volume": true,
|
||||
"physical_disks": [
|
||||
"Disk.Bay.0:Encl.Int.0-1:RAID.Integrated.1-1",
|
||||
"Disk.Bay.1:Encl.Int.0-1:RAID.Integrated.1-1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user