Update l3-agent.ini with missing configuration flags
Fixes bug 1051349 Change-Id: I7f977c21dbe6bf6fbb8665648a50cd8954c737be
This commit is contained in:
parent
5ba0f9c4e4
commit
2d20ad3588
@ -41,3 +41,16 @@ root_helper = sudo
|
||||
# for a single agent in a Quantum deployment, and may be False for all agents
|
||||
# if all routers must have an external network gateway
|
||||
# handle_internal_only_routers = True
|
||||
|
||||
# Name of bridge used for external network traffic. This should be set to
|
||||
# empty value for the linux bridge
|
||||
# external_network_bridge = br-ex
|
||||
|
||||
# IP address used by Nova metadata server
|
||||
# metadata_ip =
|
||||
|
||||
# TCP Port used by Nova metadata server
|
||||
# metadata_port = 8775
|
||||
|
||||
# The time in seconds between state poll requests
|
||||
# polling_interval = 3
|
||||
|
Loading…
Reference in New Issue
Block a user