From 4990eec4a24dd1df2186a2d45e575835848e4c8c Mon Sep 17 00:00:00 2001 From: Kenichi Omichi Date: Tue, 21 Jul 2020 23:54:05 -0700 Subject: [PATCH] Replace Openstack with OpenStack (#6413) The official word is OpenStack, not Openstack as [1]. This replaces it with OpenStack in the docs. [1]: https://www.openstack.org/ --- contrib/terraform/openstack/README.md | 6 +++--- docs/roadmap.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/terraform/openstack/README.md b/contrib/terraform/openstack/README.md index be74b7c4e..103b4cfe7 100644 --- a/contrib/terraform/openstack/README.md +++ b/contrib/terraform/openstack/README.md @@ -1,11 +1,11 @@ -# Kubernetes on Openstack with Terraform +# Kubernetes on OpenStack with Terraform Provision a Kubernetes cluster with [Terraform](https://www.terraform.io) on -Openstack. +OpenStack. ## Status -This will install a Kubernetes cluster on an Openstack Cloud. It should work on +This will install a Kubernetes cluster on an OpenStack Cloud. It should work on most modern installs of OpenStack that support the basic services. ### Known compatible public clouds diff --git a/docs/roadmap.md b/docs/roadmap.md index ac72fd281..667841927 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -13,7 +13,7 @@ - [ ] Terraform to provision instances on: - [ ] GCE - [x] AWS (contrib/terraform/aws) - - [x] Openstack (contrib/terraform/openstack) + - [x] OpenStack (contrib/terraform/openstack) - [x] Packet - [ ] Digital Ocean - [ ] Azure