spelling error:

modify assocations -> associations in files as follows:
  neutron/agent/l3/link_local_allocator.py:38

Change-Id: I787cccecd72d5cb77079fc7dcf9a9a80e88cbb75
This commit is contained in:
gengchc2 2016-06-30 10:17:18 +08:00
parent 68a627e4e2
commit 8d132df2f5
1 changed files with 1 additions and 1 deletions

View File

@ -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.