Skip to content

Commit f4c1d2e

Browse files
committed
Param description bug fix for OCPBUGS-56815
1 parent 90230ce commit f4c1d2e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1277,12 +1277,21 @@ The value can also be the name of an existing Glance image, for example `my-rhco
12771277
You can use this property to exceed the default persistent volume (PV) limit for {rh-openstack} of 26 PVs per node. To exceed the limit, set the `hw_scsi_model` property value to `virtio-scsi` and the `hw_disk_bus` value to `scsi`.
12781278

12791279
You can also use this property to enable the QEMU guest agent by including the `hw_qemu_guest_agent` property with a value of `yes`.
1280-
|A list of key-value string pairs. For example, `["hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi"]`.
1280+
|A set of string properties. For example:
1281+
1282+
[source,yaml]
1283+
----
1284+
clusterOSImageProperties:
1285+
hw_scsi_model: "virtio-scsi"
1286+
hw_disk_bus: "scsi"
1287+
hw_qemu_guest_agent: "yes"
1288+
----
12811289

12821290
|platform:
12831291
openstack:
12841292
controlPlanePort:
12851293
fixedIPs:
1294+
12861295
|Subnets for the machines to use.
12871296
|A list of subnet names or UUIDs to use in cluster installation.
12881297

0 commit comments

Comments
 (0)