Skip to content

Commit 573add5

Browse files
authored
Merge pull request #94214 from maxwelldb/enterprise-4.15
[OCPBUGS#56815] Install param description fix for ShiftStack - manual CP
2 parents 20afd38 + dd5884b commit 573add5

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

12181218
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`.
1219-
|A list of key-value string pairs. For example, `["hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi"]`.
1219+
|A set of string properties. For example:
1220+
1221+
[source,yaml]
1222+
----
1223+
clusterOSImageProperties:
1224+
hw_scsi_model: "virtio-scsi"
1225+
hw_disk_bus: "scsi"
1226+
hw_qemu_guest_agent: "yes"
1227+
----
12201228

12211229
|platform:
12221230
openstack:

0 commit comments

Comments
 (0)