Correct the min_l3_agents_per_router value

This particular setting must be a value greater then
one when l3_ha is enabled

Change-Id: I54e6968484c8631f7195e67e1b6235592c889353
This commit is contained in:
Alan Meadows 2017-04-13 13:03:24 -07:00
parent 91a966206f
commit 09ace0ab85

View File

@ -279,7 +279,7 @@ conf:
db:
allow_automatic_l3agent_failover: True
l3_ha: True
min_l3_agents_per_router: 1
min_l3_agents_per_router: 2
max_l3_agents_per_router: 2
l3_ha_network_type: vxlan
dhcp_agents_per_network: 3