Regenerate config tables for K1

This patch regenerates the configuration tables using
code from 2014-12-31, or about kilo-1.

It also uses new doc-tools code to mark-up options
and their default values semantically.

Change-Id: Id68a87b69fb80edbc156b9bcb1549cca5e61464b
This commit is contained in:
Tom Fifield
2015-01-01 19:12:22 +08:00
parent 553034f95d
commit dc7c13a659
325 changed files with 4188 additions and 3312 deletions

View File

@@ -18,22 +18,26 @@
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>policy_default_rule = default</td>
<td><option>policy_default_rule</option> = <replaceable>default</replaceable></td>
<td>(StrOpt) Default rule. Enforced when a requested rule is not found.</td>
</tr>
<tr>
<td>policy_file = policy.json</td>
<td><option>policy_dirs</option> = <replaceable>['policy.d']</replaceable></td>
<td>(MultiStrOpt) Directories where policy configuration files are stored. They can be relative to any directory in the search path defined by the config_dir option, or absolute paths. The file defined by policy_file must exist for these directories to be searched.</td>
</tr>
<tr>
<td><option>policy_file</option> = <replaceable>policy.json</replaceable></td>
<td>(StrOpt) The JSON file that defines policies.</td>
</tr>
<tr>
<th colspan="2">[policy]</th>
</tr>
<tr>
<td>driver = keystone.policy.backends.sql.Policy</td>
<td><option>driver</option> = <replaceable>keystone.policy.backends.sql.Policy</replaceable></td>
<td>(StrOpt) Policy backend driver.</td>
</tr>
<tr>
<td>list_limit = None</td>
<td><option>list_limit</option> = <replaceable>None</replaceable></td>
<td>(IntOpt) Maximum number of entities that will be returned in a policy collection.</td>
</tr>
</tbody>