openstack-manuals/doc/common/tables/cinder-vmware.xml
Gauvain Pocentek 523d46a8b6 [config-ref] Cinder option tables update
Remove the quobyte documentation since it is not in the cinder tree
anymore.

Closes-Bug: #1474495
Closes-Bug: #1469518
Closes-Bug: #1467587
Closes-Bug: #1467170
Partial-Bug: #1467123
Partial-Bug: #1466971
Closes-Bug: #1466163
Partial-Bug: #1465700
Partial-Bug: #1464726
Closes-Bug: #1462459
Closes-Bug: #1462184
Closes-Bug: #1460811
Closes-Bug: #1460366
Closes-Bug: #1458714
Closes-Bug: #1453247
Closes-Bug: #1451526
Partial-Bug: #1447455
Partial-Bug: #1445154
Closes-Bug: #1444814
Closes-Bug: #1385248

Change-Id: I6eec26af059d7d390b2b3875b346fcb50c8100a5
2015-07-19 10:58:57 +02:00

75 lines
3.7 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_cinder_vmware">
<caption>Description of VMware 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">[DEFAULT]</th>
</tr>
<tr>
<td><option>vmware_api_retry_count</option> = <replaceable>10</replaceable></td>
<td>(IntOpt) Number of times VMware ESX/VC server API must be retried upon connection related issues.</td>
</tr>
<tr>
<td><option>vmware_ca_file</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) CA bundle file to use in verifying the vCenter server certificate.</td>
</tr>
<tr>
<td><option>vmware_host_ip</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) IP address for connecting to VMware ESX/VC server.</td>
</tr>
<tr>
<td><option>vmware_host_password</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Password for authenticating with VMware ESX/VC server.</td>
</tr>
<tr>
<td><option>vmware_host_username</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Username for authenticating with VMware ESX/VC server.</td>
</tr>
<tr>
<td><option>vmware_host_version</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Optional string specifying the VMware VC server version. The driver attempts to retrieve the version from VMware VC server. Set this configuration only if you want to override the VC server version.</td>
</tr>
<tr>
<td><option>vmware_image_transfer_timeout_secs</option> = <replaceable>7200</replaceable></td>
<td>(IntOpt) Timeout in seconds for VMDK volume transfer between Cinder and Glance.</td>
</tr>
<tr>
<td><option>vmware_insecure</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) If true, the vCenter server certificate is not verified. If false, then the default CA truststore is used for verification. This option is ignored if "vmware_ca_file" is set.</td>
</tr>
<tr>
<td><option>vmware_max_objects_retrieval</option> = <replaceable>100</replaceable></td>
<td>(IntOpt) Max number of objects to be retrieved per batch. Query results will be obtained in batches from the server and not in one shot. Server may still limit the count to something less than the configured value.</td>
</tr>
<tr>
<td><option>vmware_task_poll_interval</option> = <replaceable>0.5</replaceable></td>
<td>(FloatOpt) The interval (in seconds) for polling remote tasks invoked on VMware ESX/VC server.</td>
</tr>
<tr>
<td><option>vmware_tmp_dir</option> = <replaceable>/tmp</replaceable></td>
<td>(StrOpt) Directory where virtual disks are stored during volume backup and restore.</td>
</tr>
<tr>
<td><option>vmware_volume_folder</option> = <replaceable>cinder-volumes</replaceable></td>
<td>(StrOpt) Name for the folder in the VC datacenter that will contain cinder volumes.</td>
</tr>
<tr>
<td><option>vmware_wsdl_location</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Optional VIM service WSDL Location e.g http://&lt;server&gt;/vimService.wsdl. Optional over-ride to default location for bug work-arounds.</td>
</tr>
</tbody>
</table>
</para>