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: Icfbfc9691c5cf837406ff4291b3e3ed4970b26eechanges/55/772255/14
parent
cb64e3a19f
commit
8e3a83c213
@ -0,0 +1,10 @@
|
||||
---
|
||||
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.
|
Loading…
Reference in New Issue