b9891158c1
Closes-Bug: #1423373 Closes-Bug: #1415705 Partial-bug: #1417631 Change-Id: Ifce8c104da158f1da7006a95d51ff82f8de71293
55 lines
2.2 KiB
XML
55 lines
2.2 KiB
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_barbican">
|
|
<caption>Description of Barbican 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">[barbican]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>cafile</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) PEM encoded Certificate Authority to use when verifying HTTPs connections.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>catalog_info</option> = <replaceable>key-manager:barbican:public</replaceable></td>
|
|
<td>(StrOpt) Info to match when looking for barbican in the service catalog. Format is: separated values of the form: <service_type>:<service_name>:<endpoint_type></td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>certfile</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) PEM encoded client certificate cert file</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>endpoint_template</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Override service catalog lookup with template for barbican endpoint e.g. http://localhost:9311/v1/%(project_id)s</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>insecure</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Verify HTTPS connections.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>keyfile</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) PEM encoded client certificate key file</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>os_region_name</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Region name of this node</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>timeout</option> = <replaceable>None</replaceable></td>
|
|
<td>(IntOpt) Timeout value for http requests</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|