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
This commit is contained in:
zhaoleilc
2020-09-13 17:23:07 +08:00
parent c4a39bd461
commit e8d457314b
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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.