From 8d132df2f52d0e5fb64b21227fb29f2567de3e71 Mon Sep 17 00:00:00 2001 From: gengchc2 Date: Thu, 30 Jun 2016 10:17:18 +0800 Subject: [PATCH] spelling error: modify assocations -> associations in files as follows: neutron/agent/l3/link_local_allocator.py:38 Change-Id: I787cccecd72d5cb77079fc7dcf9a9a80e88cbb75 --- neutron/agent/l3/link_local_allocator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron/agent/l3/link_local_allocator.py b/neutron/agent/l3/link_local_allocator.py index f7fc84b56e5..f313aa33503 100644 --- a/neutron/agent/l3/link_local_allocator.py +++ b/neutron/agent/l3/link_local_allocator.py @@ -35,7 +35,7 @@ class LinkLocalAllocator(ItemAllocator): These link local addresses are used for routing inside the fip namespaces. The associations need to persist across agent restarts to maintain consistency. Without this, there is disruption in network connectivity - as the agent rewires the connections with the new IP address assocations. + as the agent rewires the connections with the new IP address associations. Persisting these in the database is unnecessary and would degrade performance.