From: Gary Kotton Date: Sun, 16 Sep 2012 09:39:57 +0000 (+0000) Subject: Update l3-agent.ini with missing configuration flags X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=2d20ad3588e2cb2d585699d51ee8167025e3d736;p=openstack-build%2Fneutron-build.git Update l3-agent.ini with missing configuration flags Fixes bug 1051349 Change-Id: I7f977c21dbe6bf6fbb8665648a50cd8954c737be --- diff --git a/etc/l3_agent.ini b/etc/l3_agent.ini index 7ad23531b..5eb52ef32 100644 --- a/etc/l3_agent.ini +++ b/etc/l3_agent.ini @@ -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