c979dea01f
- cinder-vmware by default tries to verify vCenter certificate, if it cannot verify certificate then it cannot start and operate normally. Closes-bug: #1522447 DocImpact: Document the fact that currently it is not possible to verify vCenter SSL certificate by providing CA certificate bundle. Change-Id: Ia5f030894de80bf4092010d4c5c6c5d9cec28837
23 lines
877 B
Plaintext
23 lines
877 B
Plaintext
[DEFAULT]
|
|
host=<%= @index %>
|
|
storage_availability_zone=<%= @availability_zone_name %>-cinder
|
|
default_availability_zone=<%= @availability_zone_name %>-cinder
|
|
volume_driver=cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver
|
|
debug=<%= @debug %>
|
|
vmware_host_ip=<%= @vc_host %>
|
|
vmware_host_username=<%= @vc_user %>
|
|
vmware_host_password=<%= @vc_password %>
|
|
vmware_volume_folder=<%= @vc_volume_folder %>
|
|
<% if !@vc_wsdl_location.empty? %>
|
|
vmware_wsdl_location=<%= @vc_wsdl_location %>
|
|
<% end %>
|
|
vmware_api_retry_count=<%= @vc_api_retry_count %>
|
|
<% if !@vc_host_version.empty? %>
|
|
vmware_host_version=<%= @vc_host_version %>
|
|
<% end %>
|
|
vmware_image_transfer_timeout_secs=<%= @vc_image_transfer_timeout_secs %>
|
|
vmware_insecure = True
|
|
vmware_max_objects_retrieval=<%= @vc_max_objects_retrieval %>
|
|
vmware_task_poll_interval=<%= @vc_task_poll_interval %>
|
|
vmware_tmp_dir=<%= @vc_tmp_dir %>
|