From bb05f3b862881c4509c46e2bbc7dc632e5a0964c Mon Sep 17 00:00:00 2001 From: Jake Hutchinson <jake@stackhpc.com> Date: Fri, 28 Jul 2023 10:42:31 +0100 Subject: [PATCH] Fix L3 agent docs typo Change-Id: I149bc646d2e5fb1e32be9c94c6a8d75fd92893e1 --- doc/source/reference/networking/neutron.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/reference/networking/neutron.rst b/doc/source/reference/networking/neutron.rst index 1f7f75326..779bb7d13 100644 --- a/doc/source/reference/networking/neutron.rst +++ b/doc/source/reference/networking/neutron.rst @@ -131,7 +131,7 @@ network outages caused by all agents restarting at the same time. The exact length of time it takes to restart is dependent on hardware and the number of routers present. A general rule of thumb is to set the value to ``40 + 3n`` where ``n`` is the number of routers. For example, with 5 routers, -``40 + (3 * 5) = 65`` so the value could be set to 65. A much better approach +``40 + (3 * 5) = 55`` so the value could be set to 55. A much better approach however would be to first time how long an outage lasts, then set the value accordingly. -- GitLab