Description of DHCP agent configuration options
Configuration option = Default value Description
[DEFAULT]
= False (BoolOpt) If True, effort is made to advertise MTU settings to VMs via network methods (DHCP and RA MTU options) when the network's preferred MTU is known.
= (StrOpt) Override the default dnsmasq settings with this file
= None (ListOpt) Comma-separated list of the DNS servers which will be used as forwarders.
= 16777216 (IntOpt) Limit number of leases to prevent a denial-of-service.
= False (BoolOpt) Support Metadata requests on isolated networks.
= False (BoolOpt) Allows for serving metadata requests from a dedicated network. Requires enable_isolated_metadata = True
= 4 (IntOpt) Number of threads to use during sync process.
= 5 (IntOpt) Interval to resync.
= True (BoolOpt) Allow overlapping IP. This option is deprecated and will be removed in a future release.