VMware: Update config reference table
This patch updates the config reference table of VMware VMDK driver to include new config option 'vmware_tmp_dir'. Change-Id: I48fb02b9cca99274c1483f0bf3adadad4f21ab91 Closes-Bug: #1369070
This commit is contained in:
@@ -49,6 +49,10 @@
|
|||||||
<td>vmware_task_poll_interval = 0.5</td>
|
<td>vmware_task_poll_interval = 0.5</td>
|
||||||
<td>(FloatOpt) The interval (in seconds) for polling remote tasks invoked on VMware ESX/VC server.</td>
|
<td>(FloatOpt) The interval (in seconds) for polling remote tasks invoked on VMware ESX/VC server.</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>vmware_tmp_dir = /tmp</td>
|
||||||
|
<td>(StrOpt) Directory where virtual disks are stored during volume backup and restore.</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>vmware_volume_folder = cinder-volumes</td>
|
<td>vmware_volume_folder = cinder-volumes</td>
|
||||||
<td>(StrOpt) Name for the folder in the VC datacenter that will contain cinder volumes.</td>
|
<td>(StrOpt) Name for the folder in the VC datacenter that will contain cinder volumes.</td>
|
||||||
|
@@ -407,6 +407,7 @@ vmware_host_version vmware
|
|||||||
vmware_image_transfer_timeout_secs vmware
|
vmware_image_transfer_timeout_secs vmware
|
||||||
vmware_max_objects_retrieval vmware
|
vmware_max_objects_retrieval vmware
|
||||||
vmware_task_poll_interval vmware
|
vmware_task_poll_interval vmware
|
||||||
|
vmware_tmp_dir vmware
|
||||||
vmware_volume_folder vmware
|
vmware_volume_folder vmware
|
||||||
vmware_wsdl_location vmware
|
vmware_wsdl_location vmware
|
||||||
volume_api_class api
|
volume_api_class api
|
||||||
|
Reference in New Issue
Block a user