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,19 +18,19 @@
<th colspan="2">[keymgr]</th>
</tr>
<tr>
<td>api_class = cinder.keymgr.conf_key_mgr.ConfKeyManager</td>
<td><option>api_class</option> = <replaceable>cinder.keymgr.conf_key_mgr.ConfKeyManager</replaceable></td>
<td>(StrOpt) The full class name of the key manager API class</td>
</tr>
<tr>
<td>encryption_api_url = http://localhost:9311/v1</td>
<td><option>encryption_api_url</option> = <replaceable>http://localhost:9311/v1</replaceable></td>
<td>(StrOpt) Url for encryption service.</td>
</tr>
<tr>
<td>encryption_auth_url = http://localhost:5000/v2.0</td>
<td><option>encryption_auth_url</option> = <replaceable>http://localhost:5000/v3</replaceable></td>
<td>(StrOpt) Authentication url for encryption service.</td>
</tr>
<tr>
<td>fixed_key = None</td>
<td><option>fixed_key</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Fixed key returned by key manager, specified in hex</td>
</tr>
</tbody>