From cf98731b6930e1afc08c3d5a366a91e1215eafa8 Mon Sep 17 00:00:00 2001 From: zhulingjie Date: Sun, 10 Jun 2018 19:03:10 -0400 Subject: [PATCH] Remove the duplicated words Change-Id: I36da4bda4fb4772e92118501c4d68f3623cfeb18 --- doc/source/devref/fluent-logging.rst | 2 +- doc/source/specs/fluentbit-fluentd-architecture.rst | 2 +- tools/deployment/developer/common/900-use-it.sh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/devref/fluent-logging.rst b/doc/source/devref/fluent-logging.rst index 95e985b518..423193af0f 100644 --- a/doc/source/devref/fluent-logging.rst +++ b/doc/source/devref/fluent-logging.rst @@ -5,7 +5,7 @@ Logging Requirements -------------------- OpenStack-Helm defines a centralized logging mechanism to provide insight into -the the state of the OpenStack services and infrastructure components as +the state of the OpenStack services and infrastructure components as well as underlying Kubernetes platform. Among the requirements for a logging platform, where log data can come from and where log data need to be delivered are very variable. To support various logging scenarios, OpenStack-Helm should diff --git a/doc/source/specs/fluentbit-fluentd-architecture.rst b/doc/source/specs/fluentbit-fluentd-architecture.rst index c0db2a2b27..5f8451b22d 100644 --- a/doc/source/specs/fluentbit-fluentd-architecture.rst +++ b/doc/source/specs/fluentbit-fluentd-architecture.rst @@ -22,7 +22,7 @@ Problem Description =================== OpenStack-Helm defines a centralized logging mechanism to provide insight into -the the state of the OpenStack services and infrastructure components as +the state of the OpenStack services and infrastructure components as well as underlying Kubernetes platform. Among the requirements for a logging platform, where log data can come from and where log data need to be delivered are very variable. To support various logging scenarios, OpenStack-Helm should diff --git a/tools/deployment/developer/common/900-use-it.sh b/tools/deployment/developer/common/900-use-it.sh index 9c656624f3..f487581ff7 100755 --- a/tools/deployment/developer/common/900-use-it.sh +++ b/tools/deployment/developer/common/900-use-it.sh @@ -108,7 +108,7 @@ if helm ls --short | grep -q "^cinder$"; then instance_uuid \ -f value -c output_value) - # Get the the devices that are present on the instance + # Get the devices that are present on the instance DEVS_PRE_ATTACH=$(mktemp) ssh -i ${HOME}/.ssh/osh_key cirros@${FLOATING_IP} lsblk > ${DEVS_PRE_ATTACH} @@ -118,7 +118,7 @@ if helm ls --short | grep -q "^cinder$"; then -t ./tools/gate/files/heat-vm-volume-attach.yaml \ heat-vm-volume-attach - # Get the the devices that are present on the instance + # Get the devices that are present on the instance DEVS_POST_ATTACH=$(mktemp) ssh -i ${HOME}/.ssh/osh_key cirros@${FLOATING_IP} lsblk > ${DEVS_POST_ATTACH}