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}