Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions modules/installation-configuration-parameters.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ ifdef::osp[]
|A list of IP addresses as strings. For example, `["8.8.8.8", "192.168.1.12"]`.

|`platform.openstack.defaultMachinePlatform`
| _Optional_. The default machine pool platform configuration.
|The default machine pool platform configuration.
|
[source,json]
----
Expand All @@ -348,7 +348,6 @@ ifdef::osp[]
}
}
----
|====

|`platform.openstack.machinesSubnet`
|The UUID of a {rh-openstack} subnet that the cluster's nodes use. Nodes and VIP ports are created on this subnet.
Expand All @@ -357,7 +356,9 @@ The first item in `networking.machineNetwork` must match the value of `machinesS

If you deploy to a custom subnet, you cannot specify an external DNS server to the {product-title} installer. Instead, link:https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/16.0/html/command_line_interface_reference/subnet[add DNS to the subnet in {rh-openstack}].

|A UUID as a string, for example `fa806b2f-ac49-4bce-b9db-124bc64209bf`.
|A UUID as a string. For example, `fa806b2f-ac49-4bce-b9db-124bc64209bf`.

|====

endif::osp[]

Expand Down