From c1a96930d867ea8ee03943e6b7577fa93cc21bd8 Mon Sep 17 00:00:00 2001 From: Bogdan Dobrelya Date: Thu, 12 Dec 2024 16:20:14 +0100 Subject: [PATCH] Update docs_user/modules/proc_deploying-backend-services.adoc Co-authored-by: Katie Gilligan --- docs_user/modules/proc_deploying-backend-services.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs_user/modules/proc_deploying-backend-services.adoc b/docs_user/modules/proc_deploying-backend-services.adoc index f22028145..19dad6193 100644 --- a/docs_user/modules/proc_deploying-backend-services.adoc +++ b/docs_user/modules/proc_deploying-backend-services.adoc @@ -391,7 +391,6 @@ $ for CELL in $(echo $RENAMED_CELLS); do oc get pod rabbitmq-$CELL-server-0 -o jsonpath='{.status.phase}{"\n"}' | grep Running done ---- -Futher on, we will be referring to the given cells names via an environment -variable `RENAMED_CELLS`. +Later on in this guide, the given cells names are referred to by using the environment variable `RENAMED_CELLS`. * Verify that you can access the `OpenStackClient` pod. For more information, see link:{defaultURL}/maintaining_the_red_hat_openstack_services_on_openshift_deployment/assembly_accessing-the-rhoso-cloud#proc_accessing-the-OpenStackClient-pod_cloud-access-admin[Accessing the OpenStackClient pod] in _Maintaining the {rhos_long_noacro} deployment_.