Skip to content

Commit 1656f3a

Browse files
committed
[OCPBUGS#56815] Install param description fix for ShiftStack - manual CP
1 parent 0f12479 commit 1656f3a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1240,7 +1240,15 @@ The value can also be the name of an existing Glance image, for example `my-rhco
12401240
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`.
12411241

12421242
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`.
1243-
|A list of key-value string pairs. For example, `["hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi"]`.
1243+
|A set of string properties. For example:
1244+
1245+
[source,yaml]
1246+
----
1247+
clusterOSImageProperties:
1248+
hw_scsi_model: "virtio-scsi"
1249+
hw_disk_bus: "scsi"
1250+
hw_qemu_guest_agent: "yes"
1251+
----
12441252

12451253
|platform:
12461254
openstack:

0 commit comments

Comments
 (0)