From 297b1e3bb56f074054d6e0edd5918d6968df7594 Mon Sep 17 00:00:00 2001 From: Sayali Lunkad Date: Fri, 17 Oct 2014 04:01:25 +0530 Subject: [PATCH] Adding missing file content Missing file content for l3_agent.ini added. Change-Id: I2d094a88c863d1b935b96f1c08ba7d69b916b3a2 Partial-Bug: #1298493 --- doc/training-guides/common/section_floating-ips.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/training-guides/common/section_floating-ips.xml b/doc/training-guides/common/section_floating-ips.xml index 33aa5e26..ca006782 100644 --- a/doc/training-guides/common/section_floating-ips.xml +++ b/doc/training-guides/common/section_floating-ips.xml @@ -69,4 +69,12 @@ For the first agent, invoke it with the following l3_agent.ini where handle_internal_only_routers is True. + +handle_internal_only_routers = True +external_network_bridge = br-ex + + +$sudo service neutron-l3-agent restart + + For the second (or later) agent, invoke it with the following l3_agent.ini where handle_internal_only_routers is False.