diff --git a/doc/source/deploy/cleaning.rst b/doc/source/deploy/cleaning.rst index d0913c6773..3b0fc28e77 100644 --- a/doc/source/deploy/cleaning.rst +++ b/doc/source/deploy/cleaning.rst @@ -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", diff --git a/doc/source/deploy/raid.rst b/doc/source/deploy/raid.rst index 54c5b069bd..a07d935aac 100644 --- a/doc/source/deploy/raid.rst +++ b/doc/source/deploy/raid.rst @@ -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"