Change default number of l3 agents from 5 to 3
Currently we don't test the configuration with 5 controllers, change the number of l3 agents per router from 5 to 3. Change-Id: I84bcb196fb78006c02ba0e860cc2e69420081b87
This commit is contained in:
parent
2ed2a37124
commit
66851e2f4e
@ -314,7 +314,7 @@ data:
|
||||
neutron:
|
||||
DEFAULT:
|
||||
l3_ha: True
|
||||
max_l3_agents_per_router: 5
|
||||
max_l3_agents_per_router: 3
|
||||
l3_ha_network_type: vxlan
|
||||
dhcp_agents_per_network: 2
|
||||
oslo_messaging_rabbit:
|
||||
|
Loading…
Reference in New Issue
Block a user