neutron/neutron/conf/agent/database
Matt Riedemann 8eb6c8cc6f Define dhcp_agents_per_network with min=1
The minimum value for dhcp_agents_per_network was being
inforced with an explicit check in code but we can do that
with simply defining the min value in the option itself.

This adds the minimum to the option definition and removes
the explicit check in the code. Note that as a result the
validate_post_plugin_load method needed to be removed
otherwise it fails the E1128 pylint check.

Change-Id: I103855d363c49fad4119ac850aed0a166d8c046d
2019-05-15 14:08:21 -04:00
..
__init__.py Relocate Agent DB model 2016-10-07 14:18:19 -04:00
agents_db.py Refactoring db config options 2017-10-04 15:42:50 -04:00
agentschedulers_db.py Define dhcp_agents_per_network with min=1 2019-05-15 14:08:21 -04:00