Fixing typos and spelling errors in driver template files

* Changing the reference to 'Atomic' in the k8s_coreos_v1 driver
  to 'Container Linux'
* Changing a misspelled 'mater' to 'master'
  in swarm_fedora_atomic_v1/templates/swarmmaster.yaml description
* Changing a misspelled 'mater' to 'master' in
  swarm_fedora_atomic_v1/templates/swarmmaster.yaml description

Change-Id: I69a31d2b91fed48f07f649fa876e208e268fb339
This commit is contained in:
Peter Pouliot 2019-10-10 20:58:31 -04:00
parent 3674b3617a
commit 7dc4c7d904
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ CONF = magnum.conf.CONF
class CoreOSK8sTemplateDefinition(kctd.CoreOSK8sTemplateDefinition):
"""Kubernetes template for a CoreOS Atomic VM."""
"""Kubernetes template for a CoreOS Container Linux VM."""
@property
def driver_module_path(self):

View File

@ -1,7 +1,7 @@
heat_template_version: 2014-10-16
description: >
This is a nested stack that defines swarm master node. A swarm mater node is
This is a nested stack that defines swarm master node. A swarm master node is
running a Docker daemon and a swarm manager container listening on port 2376.
parameters:

View File

@ -1,7 +1,7 @@
heat_template_version: 2014-10-16
description: >
This is a nested stack that defines swarm master node. A swarm mater node is
This is a nested stack that defines swarm master node. A swarm master node is
running a Docker daemon and joins swarm as a manager. The Docker daemon
listens on port 2375.