-
Bug
-
Resolution: Done
-
Normal
-
4.18
-
Quality / Stability / Reliability
-
False
-
-
2
-
None
-
None
-
None
-
None
-
None
-
OSDOCS Sprint 271, OSDOCS Sprint 272
-
2
-
Done
-
Release Note Not Required
-
None
-
None
-
None
-
None
-
None
Description of problem:
on https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/installing_on_openstack/installation-config-parameters-openstack#installation-configuration-parameters-optional-osp_installation-config-parameters-openstack , clusterOSImageProperties actually is an object rather than an array. Instead of: A list of key-value string pairs. For example, ["hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi"]. it should be: A set of string properties. For example, {"hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi"}. "
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. 2. 3.
Actual results:
Expected results:
Additional info: