Fix JSON error in documentation

Various JSON examples given using create_nonroot_volumes or
create_nonroot_volumes had a wrong usage of the boolean value.

Change-Id: I453321fe5abb6d94d5a076ca060858bd86909d91
Closes-Bug: 1589627
This commit is contained in:
Bruno Cornec 2016-06-06 20:21:16 +02:00
parent 24652497b3
commit 5f0f47eb74
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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"