From e8d457314bc9c85707a8f9cd5aa655de310a3917 Mon Sep 17 00:00:00 2001 From: zhaoleilc <15247232416@163.com> Date: Sun, 13 Sep 2020 17:23:07 +0800 Subject: [PATCH] Fix an erroneous grammar in some documents This patch changes 'on a OpenStack Cloud' to 'on an OpenStack Cloud' in some documents Change-Id: Idc048ce8c9b6d7769d0fbd20759c62e303599618 --- contrib/terraform/docker-registry/README.md | 2 +- contrib/terraform/dockerswarm-coreos/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/terraform/docker-registry/README.md b/contrib/terraform/docker-registry/README.md index f671141..1d2b39a 100644 --- a/contrib/terraform/docker-registry/README.md +++ b/contrib/terraform/docker-registry/README.md @@ -4,7 +4,7 @@ Provision a Docker Registry with [Terraform](https://www.terraform.io) on Openst ## Status -This will install a Docker Registry on an Openstack Cloud. It is tested on a OpenStack Cloud provided by [BlueBox](https://www.blueboxcloud.com/) and should work on most modern installs of OpenStack. +This will install a Docker Registry on an Openstack Cloud. It is tested on an OpenStack Cloud provided by [BlueBox](https://www.blueboxcloud.com/) and should work on most modern installs of OpenStack. By default the instance(s) will be booted up with only ephemeral storage. You can enable the swift backend with the terraform variable `docker_registry_storage_backend`. You will also need to pass through swift credentials as described later. diff --git a/contrib/terraform/dockerswarm-coreos/README.md b/contrib/terraform/dockerswarm-coreos/README.md index aba3e2a..e9e7afb 100644 --- a/contrib/terraform/dockerswarm-coreos/README.md +++ b/contrib/terraform/dockerswarm-coreos/README.md @@ -4,7 +4,7 @@ Provision a Docker Swarm cluster with [Terraform](https://www.terraform.io) on O ## Status -This will install a fully HA docker swarm cluster on an Openstack Cloud. It is tested on a OpenStack Cloud provided by [BlueBox](https://www.blueboxcloud.com/) and should work on most modern installs of OpenStack that support the basic services. +This will install a fully HA docker swarm cluster on an Openstack Cloud. It is tested on an OpenStack Cloud provided by [BlueBox](https://www.blueboxcloud.com/) and should work on most modern installs of OpenStack that support the basic services. It also supports overlay networks using the `docker network` command, see documentation below.