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:
@@ -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.
|
||||
|
||||
|
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user