cb1f8a250e
Also update shared headers. Rename scheduling to scheduler to follow other projects. Move some options together. Partial-Bug: #1332366 Closes-Bug: #1352706 Closes-Bug: #1355568 Closes-Bug: #1355791 Change-Id: Icd765ce0da0f98bb45d227165a3d98da21efbdeb
31 lines
990 B
XML
31 lines
990 B
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_nova_keymgr">
|
|
<caption>Description of key manager 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">[keymgr]</th>
|
|
</tr>
|
|
<tr>
|
|
<td>api_class = nova.keymgr.conf_key_mgr.ConfKeyManager</td>
|
|
<td>(StrOpt) The full class name of the key manager API class</td>
|
|
</tr>
|
|
<tr>
|
|
<td>fixed_key = None</td>
|
|
<td>(StrOpt) Fixed key returned by key manager, specified in hex</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|