Configuration option=Default value | (Type) Description |
---|---|
root_helper=sudo | (StrOpt) This enables limiting commands that can be run. Please refer to rootwrap section for more details. |
external_network_bridge=br-ex | (StrOpt) Name of bridge used for external network traffic. |
use_namespaces=True | (BoolOpt) Allow overlapping IP. (Note: If running multiple agents with different IP addresses on the same host this should be "True" if not you will get routing problems.) |
polling_interval=3 | (IntOpt) The time in seconds between state poll requests. |
metadata_ip= | (StrOpt) IP address used by Nova metadata server. |
metadata_port=8775 | (IntOpt) TCP Port used by Nova metadata server. |
router_id= | (StrOpt) If namespaces is disabled, the l3 agent can only configure a router whose ID matches this parameter. |
handle_internal_only_routers=True | (BoolOpt) Agent should implement routers with no gateway. |
gateway_external_network_id= | (StrOpt) UUID of external network for routers implemented by the agents. |
Configuration option=Default value | (Type) Description |
---|---|
admin_user= | (StrOpt) Admin Quantum user defined in keystone |
admin_password= | (StrOpt) The users password |
admin_tenant_name= | (StrOpt) The admin tenant name |
auth_url= | (StrOpt) The URL used to validate tokens. `auth_protocol`://`auth_host`:`auth_port`/v2.0 |
auth_strategy=keystone | (StrOpt) The strategy to use for authentication. Supports noauth or keystone. |
auth_region= | (StrOpt) The authentication region |
interface_driver= | (StrOpt) The driver used to manage the virtual interface. |