Description of configuration options for common
Configuration option=Default value (Type) Description
admin_password=None (StrOpt) Admin password
admin_tenant_name=None (StrOpt) Admin tenant name
admin_user=None (StrOpt) Admin user
allowed_rpc_exception_modules=neutron.openstack.common.exception,nova.exception,cinder.exception,exceptions (ListOpt) Modules of exceptions that are permitted to be recreatedupon receiving exception data from an rpc call.
auth_region=None (StrOpt) Authentication region
auth_strategy=keystone (StrOpt) The type of authentication to use
auth_strategy=keystone (StrOpt) The type of authentication to use
auth_url=None (StrOpt) Authentication URL
base_mac=fa:16:3e:00:00:00 (StrOpt) The base MAC address Neutron will use for VIFs
bind_host=0.0.0.0 (StrOpt) The host IP to bind to
bind_port=9696 (IntOpt) The port to bind to
core_plugin=None (StrOpt) The core plugin Neutron will use
dhcp_agent_notification=True (BoolOpt) Allow sending resource operation notification to DHCP agent
dhcp_lease_duration=120 (IntOpt) DHCP lease duration
disable_process_locking=False (BoolOpt) Whether to disable inter-process locks
force_gateway_on_subnet=False (BoolOpt) Ensure that configured gateway is on subnet
host=docwork (StrOpt) The hostname Neutron is running on
host=127.0.0.1 (StrOpt) Host to locate redis
host=127.0.0.1 (StrOpt) Host to connect to
lock_path=None (StrOpt) Directory to use for lock files. Default to a temp directory
mac_generation_retries=16 (IntOpt) How many times Neutron will retry MAC generation
max_dns_nameservers=5 (IntOpt) Maximum number of DNS nameservers
max_fixed_ips_per_port=5 (IntOpt) Maximum number of fixed ips per port
max_subnet_host_routes=20 (IntOpt) Maximum number of host routes per subnet
network_vlan_ranges= (ListOpt) List of <physical_network>:<vlan_min>:<vlan_max> or <physical_network>
network_vlan_ranges= (ListOpt) List of <physical_network>:<vlan_min>:<vlan_max> or <physical_network>
network_vlan_ranges=d,,,e,,,f,,,a,,,u,,,l,,,t,,,:,,,1,,,:,,,1,,,0,,,0,,,0 (ListOpt) List of <physical_network>:<vlan_min>:<vlan_max> or <physical_network>
network_vlan_ranges= (ListOpt) List of <physical_network>:<vlan_min>:<vlan_max> or <physical_network>
network_vlan_ranges= (ListOpt) List of <physical_network>:<vlan_min>:<vlan_max> or <physical_network> specifying physical_network names usable for VLAN provider and tenant networks, as well as ranges of VLAN tags on each available for allocation to tenant networks.
periodic_fuzzy_delay=5 (IntOpt) range of seconds to randomly delay when starting the periodic task scheduler to reduce stampeding. (Disable by setting to 0)
periodic_interval=40 (IntOpt) Seconds between running periodic tasks
root_helper=sudo (StrOpt) Root helper application.
root_helper=sudo (StrOpt) Root helper application.
state_path=/var/lib/neutron (StrOpt) Where to store Neutron state files. This directory must be writable by the agent.