Remove deprecated min_l3_agents_per_router

The option was deprecated [1] for removal in Newton
and is being removed in Ocata.

[1] Deprecated in patch with Gerrit Change-Id of:
    I8a5fc74a96c784d474aefe2d9b27eeb66521ca82

DocImpact remove all references to the option.

Change-Id: I3a9195ff6fd18fad9f85cec03a632e7e52d954e7
Closes-Bug: #1555042
This commit is contained in:
Assaf Muller
2016-10-12 15:32:45 -04:00
parent 1a528e817f
commit dd5aca38f9
8 changed files with 20 additions and 130 deletions

View File

@@ -0,0 +1,12 @@
---
upgrade:
- The neutron.conf:min_l3_agents_per_router option was
deprecated in Newton and removed in Ocata. HA routers
no longer require a minimal number of L3 agents to
be created, although obviously require at least
two L3 agents to provide HA. The rationale for the
removal of the option is the case a router was created
just when an agent was not operational. The creation
of the router will now succeed and when a second agent
resumes operation the router will be scheduled to it
providing HA.