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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user