8b3bc207ca
Add neutron headers, regenerate tables. Change-Id: I37548757405d44015cd962f870d35face73f62ba
43 lines
1.5 KiB
XML
43 lines
1.5 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
<!-- Warning: Do not edit this file. It is automatically
|
|
generated and your changes will be overwritten.
|
|
The tool to do so lives in openstack-doc-tools repository. -->
|
|
<table rules="all" xml:id="config_table_neutron_scheduler">
|
|
<caption>Description of scheduler configuration options</caption>
|
|
<col width="50%"/>
|
|
<col width="50%"/>
|
|
<thead>
|
|
<tr>
|
|
<th>Configuration option = Default value</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<th colspan="2">[DEFAULT]</th>
|
|
</tr>
|
|
<tr>
|
|
<td>network_auto_schedule = True</td>
|
|
<td>(BoolOpt) Allow auto scheduling networks to DHCP agent.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>network_scheduler_driver = neutron.scheduler.dhcp_agent_scheduler.ChanceScheduler</td>
|
|
<td>(StrOpt) Driver to use for scheduling network to DHCP agent</td>
|
|
</tr>
|
|
<tr>
|
|
<td>router_auto_schedule = True</td>
|
|
<td>(BoolOpt) Allow auto scheduling of routers to L3 agent.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>router_delete_namespaces = False</td>
|
|
<td>(BoolOpt) Delete namespace after removing a router.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>router_scheduler_driver = neutron.scheduler.l3_agent_scheduler.ChanceScheduler</td>
|
|
<td>(StrOpt) Driver to use for scheduling router to a default L3 agent</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|