Skip to content

Commit c2d48ca

Browse files
authored
Merge pull request #94215 from maxwelldb/enterprise-4.16
[OCPBUGS#56815] Install param description fix for ShiftStack - manual CP
2 parents dcafb07 + 80c8c8b commit c2d48ca

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
@@ -1226,7 +1226,15 @@ The value can also be the name of an existing Glance image, for example `my-rhco
12261226
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`.
12271227

12281228
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`.
1229-
|A list of key-value string pairs. For example, `["hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi"]`.
1229+
|A set of string properties. For example:
1230+
1231+
[source,yaml]
1232+
----
1233+
clusterOSImageProperties:
1234+
hw_scsi_model: "virtio-scsi"
1235+
hw_disk_bus: "scsi"
1236+
hw_qemu_guest_agent: "yes"
1237+
----
12301238

12311239
|platform:
12321240
openstack:

0 commit comments

Comments
 (0)