77ff96074a
Change-Id: Idc0de341dce591a4d675d1ae2c7abd99cb10af2e
63 lines
3.8 KiB
XML
63 lines
3.8 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">[glance_store]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>vmware_api_insecure</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Allow to perform insecure SSL requests to ESX/VC.</td>
|
|
</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_datacenter_path</option> = <replaceable>ha-datacenter</replaceable></td>
|
|
<td>(StrOpt) DEPRECATED. 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". This option is deprecated in favor of vmware_datastores and will be removed in the Liberty release.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>vmware_datastore_name</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) DEPRECATED. Datastore associated with the datacenter. This option is deprecated in favor of vmware_datastores and will be removed in the Liberty release.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>vmware_datastores</option> = <replaceable>None</replaceable></td>
|
|
<td>(MultiStrOpt) A list of datastores where the image can be stored. This option may be specified multiple times for specifying multiple datastores. Either one of vmware_datastore_name or vmware_datastores is required. The datastore name should be specified after its datacenter path, seperated by ":". An optional weight may be given after the datastore name, seperated again by ":". Thus, the required format becomes <datacenter_path>:<datastore_name>:<optional_weight>. When adding an image, the datastore with highest weight will be selected, unless there is not enough free space available in cases where the image size is already known. If no weight is given, it is assumed to be zero and the directory will be considered for selection last. If multiple datastores have the same weight, then the one with the most free space available is selected.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>vmware_server_host</option> = <replaceable>None</replaceable></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><option>vmware_server_password</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Password for authenticating with VMware ESX/VC server.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>vmware_server_username</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Username for authenticating with VMware ESX/VC server.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>vmware_store_image_dir</option> = <replaceable>/openstack_glance</replaceable></td>
|
|
<td>(StrOpt) The name of the directory where the glance images will be stored in the VMware datastore.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>vmware_task_poll_interval</option> = <replaceable>5</replaceable></td>
|
|
<td>(IntOpt) The interval used for polling remote tasks invoked on VMware ESX/VC server.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|