a055ef3dc1
blueprint non-polling-dhcp-impl This requires a change to devstack/stack.sh. See https://review.openstack.org/#/c/11278/ for the required changes. Change-Id: I1ea22c8e1b80e630bcb83f27a31aaeef482aff6c
28 lines
941 B
INI
28 lines
941 B
INI
[DEFAULT]
|
|
# Show debugging output in log (sets DEBUG log level output)
|
|
# debug = true
|
|
|
|
# Where to store dnsmasq state files. This directory must be writable by the
|
|
# user executing the agent. The value below is compatible with a default
|
|
# devstack installation.
|
|
state_path = /opt/stack/data
|
|
|
|
|
|
# The DHCP requires that an inteface driver be set. Choose the one that best
|
|
# matches you plugin.
|
|
|
|
# OVS
|
|
interface_driver = quantum.agent.linux.interface.OVSInterfaceDriver
|
|
# LinuxBridge
|
|
#interface_driver = quantum.agent.linux.interface.BridgeInterfaceDriver
|
|
# Ryu
|
|
#interface_driver = quantum.agent.linux.interface.RyuInterfaceDriver
|
|
|
|
# The agent can use other DHCP drivers. Dnsmasq is the simplest and requires
|
|
# no additional setup of the DHCP server.
|
|
dhcp_driver = quantum.agent.linux.dhcp.Dnsmasq
|
|
|
|
# Allow overlapping IP (Must have kernel build with CONFIG_NET_NS=y and
|
|
# iproute2 package that supports namespaces).
|
|
# use_namespaces = True
|