components/openstack/neutron/files/dhcp_agent.ini
changeset 3998 5bd484384122
parent 1944 56ac2df1785b
child 5405 66fd59fecd68
equal deleted inserted replaced
3997:0ca3f3d6c919 3998:5bd484384122
    46 # dhcp_domain = openstacklocal
    46 # dhcp_domain = openstacklocal
    47 
    47 
    48 # Override the default dnsmasq settings with this file
    48 # Override the default dnsmasq settings with this file
    49 # dnsmasq_config_file =
    49 # dnsmasq_config_file =
    50 
    50 
    51 # Use another DNS server before any in /etc/resolv.conf.
    51 # Comma-separated list of DNS servers which will be used by dnsmasq
    52 # dnsmasq_dns_server =
    52 # as forwarders.
       
    53 # dnsmasq_dns_servers =
    53 
    54 
    54 # Limit number of leases to prevent a denial-of-service.
    55 # Limit number of leases to prevent a denial-of-service.
    55 # dnsmasq_lease_max = 16777216
    56 # dnsmasq_lease_max = 16777216
    56 
    57 
    57 # Location to DHCP lease relay UNIX domain socket
    58 # Location to DHCP lease relay UNIX domain socket
    58 # dhcp_lease_relay_socket = $state_path/dhcp/lease_relay
    59 # dhcp_lease_relay_socket = $state_path/dhcp/lease_relay
    59 
    60 
    60 # Location of Metadata Proxy UNIX domain socket
    61 # Location of Metadata Proxy UNIX domain socket
    61 # metadata_proxy_socket = $state_path/metadata_proxy
    62 # metadata_proxy_socket = $state_path/metadata_proxy
    62 
    63 
       
    64 # dhcp_delete_namespaces, which is false by default, can be set to True if
       
    65 # namespaces can be deleted cleanly on the host running the dhcp agent.
       
    66 # Do not enable this until you understand the problem with the Linux iproute
       
    67 # utility mentioned in https://bugs.launchpad.net/neutron/+bug/1052535 and
       
    68 # you are sure that your version of iproute does not suffer from the problem.
       
    69 # If True, namespaces will be deleted when a dhcp server is disabled.
       
    70 # dhcp_delete_namespaces = False
       
    71 
    63 # DeviceManager provides methods to setup/destroy dhcp ports on the
    72 # DeviceManager provides methods to setup/destroy dhcp ports on the
    64 # host running DHCP agent
    73 # host running DHCP agent
    65 devicemanager = neutron.agent.solaris.device.DeviceManager
    74 devicemanager = neutron.agent.solaris.device.DeviceManager
    66 
    75 
    67 # An URI that specifies an EVS controller. It is of the form
    76 # An URI that specifies an EVS controller. It is of the form