From 7ce8308048e17fca69c7d9e047d52dc190f06946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Andr=C3=A9?= Date: Tue, 10 Sep 2019 09:54:31 +0200 Subject: [PATCH] OpenStack: clarify doc around computeFlavor property Make it clear that the `computeFlavor` property sets the flavor for both compute and control-plane nodes, unless overridden via the machine-pool `type` property. --- docs/user/openstack/customization.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user/openstack/customization.md b/docs/user/openstack/customization.md index f05bf3f3c61..2c663a1d678 100644 --- a/docs/user/openstack/customization.md +++ b/docs/user/openstack/customization.md @@ -5,8 +5,8 @@ Beyond the [platform-agnostic `install-config.yaml` properties](../customization ## Cluster-scoped properties * `cloud` (required string): The name of the OpenStack cloud to use from `clouds.yaml`. -* `computeFlavor` (required string): The OpenStack compute flavor to use for control-plane machines. - This is currently required, but has lower precedence than [the `type` property](#machine-pools) on [the `controlPlane` machine-pool](../customization.md#platform-customization). +* `computeFlavor` (required string): The OpenStack flavor to use for compute and control-plane machines. + This is currently required, but has lower precedence than [the `type` property](#machine-pools) on [the `compute` and `controlPlane` machine-pools](../customization.md#platform-customization). * `externalNetwork` (required string): The OpenStack external network name to be used for installation. * `lbFloatingIP` (required string): Existing Floating IP to associate with the API load balancer. * `octaviaSupport` (optional string): Whether OpenStack supports Octavia (`1` for true or `0` for false)