neutron/releasenotes/notes/config_disable_traditional_dhcp-e553e2bd327c37c5.yaml
LIU Yulong 8e3a83c213 Config option to disable the DHCP functions
This patch adds a new config option ``enable_traditional_dhcp``,
if set False, neutron-server will disable:
* DHCP provisioning block
* DHCP scheduler API extension
* Network scheduling mechanism
* DHCP RPC/notification

Partially-Implements: bp/distributed-dhcp-for-ml2-ovs
Related-Bug: #1900934

Change-Id: Icfbfc9691c5cf837406ff4291b3e3ed4970b26ee
2021-03-05 14:35:29 +08:00

11 lines
467 B
YAML

---
other:
- |
Added a new config option ``enable_traditional_dhcp`` for neutron server,
if it is set to False, neutron server will disable DHCP provisioning
block, DHCP scheduler API extension, network scheduling mechanism and
DHCP RPC/notification. This option can be used with the
``dhcp`` extension of the OVS agent to enable distributed DHCP, or
for a deployment which needs
to disable the DHCP agent related functions permanently.