Update whitespace and change td in thead to th

This commit just changes the autogenerated files to match what's output
after the following commits in openstack-doc-tools:
d740b7f4dd84a2142b7a370ebf3cf10f76c2a651
6708afbef1f4a662fd1b164ce3f635ad71ba7662

Change-Id: Ie48b99deb54877f9857abe94e90c9f160852aa92
This commit is contained in:
Shaun McCance
2014-01-07 16:01:52 -05:00
parent 5424edda6e
commit 1d75d9ec43
231 changed files with 2591 additions and 2591 deletions

View File

@@ -10,21 +10,21 @@
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>Description</td>
<th>Configuration option = Default value</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>periodic_enable=True</td>
<td>periodic_enable = True</td>
<td>(BoolOpt) enable periodic tasks</td>
</tr>
<tr>
<td>periodic_fuzzy_delay=60</td>
<td>periodic_fuzzy_delay = 60</td>
<td>(IntOpt) range of seconds to randomly delay when starting the periodic task scheduler to reduce stampeding. (Disable by setting to 0)</td>
</tr>
<tr>
<td>run_external_periodic_tasks=True</td>
<td>run_external_periodic_tasks = True</td>
<td>(BoolOpt) Some periodic tasks can be run in a separate process. Should we run them here?</td>
</tr>
</tbody>