From 442d1334313b48d3c8bdcef2255e4b6e9cad406a Mon Sep 17 00:00:00 2001 From: Joe Heck Date: Thu, 5 Oct 2017 10:18:38 -0700 Subject: [PATCH] fix incorrect reference for openstack resolves https://github.com/kubernetes/kubernetes.github.io/issues/5779 --- docs/getting-started-guides/scratch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/scratch.md b/docs/getting-started-guides/scratch.md index a5cad5c5c4..df4a7318d3 100644 --- a/docs/getting-started-guides/scratch.md +++ b/docs/getting-started-guides/scratch.md @@ -671,7 +671,7 @@ Apiserver supports several cloud providers. Some cloud providers require a config file. If so, you need to put config file into apiserver image or mount through hostPath. - `--cloud-config=` set if cloud provider requires a config file. -- Used by `aws`, `gce`, `mesos`, `openshift`, `ovirt` and `rackspace`. +- Used by `aws`, `gce`, `mesos`, `openstack`, `ovirt` and `rackspace`. - You must put config file into apiserver image or mount through hostPath. - Cloud config file syntax is [Gcfg](https://code.google.com/p/gcfg/). - AWS format defined by type [AWSCloudConfig](https://releases.k8s.io/{{page.githubbranch}}/pkg/cloudprovider/providers/aws/aws.go)