Skip to content

Commit e46e0f5

Browse files
committed
Deprecate OSP computeFlavor
Add deprecation language to computeFlavor install-config.yaml prop. Implements https://issues.redhat.com/browse/OSDOCS-1716
1 parent 04c792e commit e46e0f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,9 @@ ifdef::osp[]
412412

413413
|`platform.openstack.computeFlavor`
414414
|The {rh-openstack} flavor to use for control plane and compute machines.
415+
416+
This property is deprecated. To use a flavor as the default for all machine pools, add it as the value of the `type` key in the `platform.openstack.defaultMachinePlatform` property. You can also set a flavor value for each machine pool individually.
417+
415418
|String, for example `m1.xlarge`.
416419
|====
417420

@@ -470,6 +473,7 @@ The value can also be the name of an existing Glance image, for example `my-rhco
470473
}
471474
}
472475
----
476+
473477
|`platform.openstack.ingressFloatingIP`
474478
|An existing floating IP address to associate with the Ingress port. To use this property, you must also define the `platform.openstack.externalNetwork` property.
475479
|An IP address, for example `128.0.0.1`.

0 commit comments

Comments
 (0)