Fix typos in docs

Trival Fix: fix typos found in docs

Change-Id: I4b5adfad3f07f8c8d2dd0056a9c1339d00d5200a
This commit is contained in:
chao liu 2018-02-08 00:11:34 -08:00
parent b97d6ffc61
commit bc44906d55
4 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@ each node and mounts the `/var/lib/docker/containers` directory. The Docker
container runtime engine directs events posted to stdout and stderr to this container runtime engine directs events posted to stdout and stderr to this
directory on the host. Fluent-bit then forward the contents of that directory to directory on the host. Fluent-bit then forward the contents of that directory to
Fluentd. Fluentd runs as deployment at the designated nodes and expose service Fluentd. Fluentd runs as deployment at the designated nodes and expose service
for Fluent-bit to foward logs. Fluentd should then apply the Logstash format to for Fluent-bit to forward logs. Fluentd should then apply the Logstash format to
the logs. Fluentd can also write kubernetes and OpenStack metadata to the logs. the logs. Fluentd can also write kubernetes and OpenStack metadata to the logs.
Fluentd will then forward the results to Elasticsearch and to optionally kafka. Fluentd will then forward the results to Elasticsearch and to optionally kafka.
Elasticsearch indexes the logs in a logstash-* index by default. Kafka stores Elasticsearch indexes the logs in a logstash-* index by default. Kafka stores

View File

@ -31,7 +31,7 @@ snippet for an imaginary Keystone configuration is described here:
- log - log
security_compliance: security_compliance:
password_expires_ignore_user_ids: password_expires_ignore_user_ids:
# Values in a list will be converted to a comma seperated key # Values in a list will be converted to a comma separated key
- "123" - "123"
- "456" - "456"

View File

@ -76,7 +76,7 @@ The default FQDN's for OpenStack-Helm are
We want to change the ***public*** configurations to match our DNS layouts above. In each Chart We want to change the ***public*** configurations to match our DNS layouts above. In each Chart
``values.yaml`` is a ``endpoints`` configuration that has ``host_fqdn_override``'s for each API ``values.yaml`` is a ``endpoints`` configuration that has ``host_fqdn_override``'s for each API
that the Chart either produces or is dependant on. `Read more about how Endpoints are developed that the Chart either produces or is dependent on. `Read more about how Endpoints are developed
<https://docs.openstack.org/openstack-helm/latest/devref/endpoints.html>`__. <https://docs.openstack.org/openstack-helm/latest/devref/endpoints.html>`__.
Note while Glance Registry is listening on a Ingress http endpoint, you will not need to expose Note while Glance Registry is listening on a Ingress http endpoint, you will not need to expose
the registry for external services. the registry for external services.

View File

@ -83,7 +83,7 @@ each node and mounts the /var/lib/docker/containers directory. The Docker
container runtime engine directs events posted to stdout and stderr to this container runtime engine directs events posted to stdout and stderr to this
directory on the host. Fluentbit then forward the contents of that directory to directory on the host. Fluentbit then forward the contents of that directory to
Fluentd. Fluentd runs as deployment at the designated nodes and expose service Fluentd. Fluentd runs as deployment at the designated nodes and expose service
for Fluentbit to foward logs. Fluentd should then apply the Logstash format to for Fluentbit to forward logs. Fluentd should then apply the Logstash format to
the logs. Fluentd can also write Kubernetes and OpenStack metadata to the logs. the logs. Fluentd can also write Kubernetes and OpenStack metadata to the logs.
Fluentd will then forward the results to Elasticsearch and to optionally Kafka. Fluentd will then forward the results to Elasticsearch and to optionally Kafka.
Elasticsearch indexes the logs in a logstash-* index by default. Kafka stores Elasticsearch indexes the logs in a logstash-* index by default. Kafka stores