17254eb9d0
Get the latest help strings for NetApp. Split the FC zoning options in three tables. Change-Id: I6426a43d5b8e388eb2b877463fea50c5823d1b10
52 lines
2.4 KiB
XML
52 lines
2.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Warning: Do not edit this file. It is automatically
|
|
generated and your changes will be overwritten.
|
|
The tool to do so lives in the tools directory of this
|
|
repository -->
|
|
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
<table rules="all" xml:id="config_table_cinder_compute">
|
|
<caption>Description of configuration options for compute</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">[DEFAULT]</th>
|
|
</tr>
|
|
<tr>
|
|
<td>nova_api_insecure = False</td>
|
|
<td>(BoolOpt) Allow to perform insecure SSL requests to nova</td>
|
|
</tr>
|
|
<tr>
|
|
<td>nova_ca_certificates_file = None</td>
|
|
<td>(StrOpt) Location of ca certificates file to use for nova client requests.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>nova_catalog_admin_info = compute:nova:adminURL</td>
|
|
<td>(StrOpt) Same as nova_catalog_info, but for admin endpoint.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>nova_catalog_info = compute:nova:publicURL</td>
|
|
<td>(StrOpt) Info to match when looking for nova in the service catalog. Format is : separated values of the form: <service_type>:<service_name>:<endpoint_type></td>
|
|
</tr>
|
|
<tr>
|
|
<td>nova_endpoint_admin_template = None</td>
|
|
<td>(StrOpt) Same as nova_endpoint_template, but for admin endpoint.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>nova_endpoint_template = None</td>
|
|
<td>(StrOpt) Override service catalog lookup with template for nova endpoint e.g. http://localhost:8774/v2/%(project_id)s</td>
|
|
</tr>
|
|
<tr>
|
|
<td>os_region_name = None</td>
|
|
<td>(StrOpt) region name of this node</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|