yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #27845
[Bug 1414548] Re: Neutron validation doesn't allow '0' as max _l3_agents_per_router
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => kilo-2
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1414548
Title:
Neutron validation doesn't allow '0' as max _l3_agents_per_router
Status in OpenStack Neutron (virtual network service):
Fix Released
Bug description:
The 'neutron.conf' states in it's comments the following:
# Maximum number of l3 agents which a HA router will be scheduled on. If it
# is set to 0 the router will be scheduled on every agent.
# max_l3_agents_per_router = 3
In practice this is not allowed in '_verify_configuration' in 'L3_HA_NAT_db_mixin'.
a 'HAMaximumAgentsNumberNotValid' exception is raised.
This is due to this change it seems :
https://review.openstack.org/#/c/140340/11
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1414548/+subscriptions
References