8e3a83c213
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
11 lines
467 B
YAML
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.
|