From eef692779062d5a774bb408d7c615e91f962f2d6 Mon Sep 17 00:00:00 2001 From: Mike Fedosin Date: Tue, 31 Mar 2020 10:59:53 +0200 Subject: [PATCH] OpenStack: Docs: Fix a typo in the property name --- docs/user/openstack/customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/openstack/customization.md b/docs/user/openstack/customization.md index 7b355e2092..e5eb094fa9 100644 --- a/docs/user/openstack/customization.md +++ b/docs/user/openstack/customization.md @@ -23,7 +23,7 @@ Beyond the [platform-agnostic `install-config.yaml` properties](../customization * `octaviaSupport` (optional string): Whether OpenStack supports Octavia (`1` for true or `0` for false) * `region` (deprecated string): The OpenStack region where the cluster will be created. Currently this value is not used by the installer. * `trunkSupport` (optional string): Whether OpenStack ports can be trunked (`1` for true or `0` for false) -* `clusterOSimage` (optional string): Either a URL with `http(s)` or `file` scheme to override the default OS image for cluster nodes or an existing Glance image name. +* `clusterOSImage` (optional string): Either a URL with `http(s)` or `file` scheme to override the default OS image for cluster nodes or an existing Glance image name. ## Machine pools