Adding missing file content

Missing file content for l3_agent.ini added.

Change-Id: I2d094a88c863d1b935b96f1c08ba7d69b916b3a2
Partial-Bug: #1298493
This commit is contained in:
Sayali Lunkad 2014-10-17 04:01:25 +05:30 committed by sayalilunkad
parent 9b404a7cca
commit 297b1e3bb5

View File

@ -69,4 +69,12 @@
<para>For the first agent, invoke it with the following
l3_agent.ini where handle_internal_only_routers is
True.</para>
<programlisting>
handle_internal_only_routers = True
external_network_bridge = br-ex
</programlisting>
<programlisting>
$sudo service neutron-l3-agent restart
</programlisting>
<para>For the second (or later) agent, invoke it with the following l3_agent.ini where handle_internal_only_routers is False.</para>
</chapter>