From 65ca20356361b4387673da79cae36850bf7587be Mon Sep 17 00:00:00 2001 From: Mihail Avram <mihail.avram@garr.it> Date: Tue, 27 May 2025 14:07:29 +0200 Subject: [PATCH] fix typos --- web/compute/lbaas_services_tutorial.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/compute/lbaas_services_tutorial.rst b/web/compute/lbaas_services_tutorial.rst index 2ab36dd..d39b8f4 100644 --- a/web/compute/lbaas_services_tutorial.rst +++ b/web/compute/lbaas_services_tutorial.rst @@ -60,7 +60,7 @@ Create a new Load Balancer (Openstack Dashboard) .. image:: images/lb3.png :width: 600 -4. Create a worker **pool** and select a load balancer algorithm. The choosen algorithm determines how the workload is distributed among members when new connection requests arrive. +4. Create a worker **pool** and select a load balancer algorithm. The chosen algorithm determines how the workload is distributed among members when new connection requests arrive. .. image:: images/lb4.png :width: 600 @@ -86,7 +86,7 @@ Create a new Load Balancer (Openstack Dashboard) :width: 600 -**Note**: now it is possibile to remove the floating ips from the two VMs. +**Note**: now it is possible to remove the floating ips from the two VMs. **Note**: If the service should not be visible from the Internet (0.0.0.0/0) create a security group that enables ingress traffic from default or your custom network and associate it to the VMs otherwise the load balancer will not be able to forward the requests to it's members. The CIDR of the security group rule -- GitLab