0e253b83c0
Add headings for glance and keystone, regenerate the tables. Change-Id: I99ae8f8be1aa19508af05f2f72dea89537478f2f
59 lines
2.2 KiB
XML
59 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_glance_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>vmware_api_insecure = False</td>
|
|
<td>(BoolOpt) Allow to perform insecure SSL requests to ESX/VC.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>vmware_api_retry_count = 10</td>
|
|
<td>(IntOpt) Number of times VMware ESX/VC server API must be retried upon connection related issues.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>vmware_datacenter_path = ha-datacenter</td>
|
|
<td>(StrOpt) Inventory path to a datacenter. If the vmware_server_host specified is an ESX/ESXi, the vmware_datacenter_path is optional. If specified, it should be "ha-datacenter".</td>
|
|
</tr>
|
|
<tr>
|
|
<td>vmware_datastore_name = None</td>
|
|
<td>(StrOpt) Datastore associated with the datacenter.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>vmware_server_host = None</td>
|
|
<td>(StrOpt) ESX/ESXi or vCenter Server target system. The server value can be an IP address or a DNS name.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>vmware_server_password = None</td>
|
|
<td>(StrOpt) Password for authenticating with VMware ESX/VC server.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>vmware_server_username = None</td>
|
|
<td>(StrOpt) Username for authenticating with VMware ESX/VC server.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>vmware_store_image_dir = /openstack_glance</td>
|
|
<td>(StrOpt) The name of the directory where the glance images will be stored in the VMware datastore.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>vmware_task_poll_interval = 5</td>
|
|
<td>(IntOpt) The interval used for polling remote tasks invoked on VMware ESX/VC server.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|