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:
Vipin Balachandran
2014-09-17 17:15:15 +05:30
parent 71a57f27f5
commit 02c6b205db
2 changed files with 5 additions and 0 deletions

View File

@@ -49,6 +49,10 @@
<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>
</tr>
<tr>
<td>vmware_tmp_dir = /tmp</td>
<td>(StrOpt) Directory where virtual disks are stored during volume backup and restore.</td>
</tr>
<tr>
<td>vmware_volume_folder = cinder-volumes</td>
<td>(StrOpt) Name for the folder in the VC datacenter that will contain cinder volumes.</td>

View File

@@ -407,6 +407,7 @@ vmware_host_version vmware
vmware_image_transfer_timeout_secs vmware
vmware_max_objects_retrieval vmware
vmware_task_poll_interval vmware
vmware_tmp_dir vmware
vmware_volume_folder vmware
vmware_wsdl_location vmware
volume_api_class api