diff --git a/docs_user/modules/proc_deploying-backend-services.adoc b/docs_user/modules/proc_deploying-backend-services.adoc index 7b5663b0b..19dad6193 100644 --- a/docs_user/modules/proc_deploying-backend-services.adoc +++ b/docs_user/modules/proc_deploying-backend-services.adoc @@ -375,13 +375,12 @@ endif::[] + <1> Select an existing storage class in your {OpenShiftShort} cluster. -This example provides required infrastructure database and messaging services for a 1 compute cell -named `cell1`. Adjust the names, counts, IP addresses, and numbers, -like `replicas`, `storage`, or `storageRequest`, as needed. +This example provides the required infrastructure database and messaging services for 1 Compute cell +named `cell1`. Adjust the names, counts, IP addresses, and numbers, such as `replicas`, `storage`, or `storageRequest`, as needed. .Verification -* Verify that MariaDB and RabbitMQ are running, for all defined cells: +* Verify that MariaDB and RabbitMQ are running for all defined cells: + ---- $ RENAMED_CELLS="cell1" @@ -392,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_.