Fix bug 1324812, adds space between 'the' and 'ml2_conf.ini' in section_networking-scenarios.xml

Change-Id: Ibc7c84292c17b2bde8827d2776c8d5c63a6bc58f
This commit is contained in:
Matt Griffin 2014-06-01 19:43:02 -05:00
parent 3c36177ee2
commit 71089b38d4

View File

@ -766,7 +766,7 @@ firewall_driver = dummy</programlisting>
Each L2 agent configuration file (such as <filename>ovs_neutron_plugin.ini</filename> or
<filename>linuxbridge_conf.ini</filename>) should contain the appropriate
<option>firewall_driver</option> value for that agent. To disable
securitygroup API, edit the<filename>ml2_conf.ini</filename>
securitygroup API, edit the <filename>ml2_conf.ini</filename>
file:<programlisting language="ini">[securitygroup]
firewall_driver = neutron.agent.firewall.NoopFirewallDriver</programlisting>
Also, each L2 agent configuration file (such as <filename>ovs_neutron_plugin.ini</filename> or