<div dir="ltr">Hi all<div>I have config vCenter in my nova.conf, cinder.conf and glance-api.conf. </div><div>First of all, I can create VM inner vSphere successfully and I can create VM inner OpenStack without vCenter configuration successfully.</div><div>Now I config vCenter driver in nova, cinder and glance.</div><div>Creating images and volumes successfully, but when I create VM instance, I got the error message "Build of instance e3e8e049-98fc-486e-95c7-e17ec0e22e59 aborted: 主机配置过程中出错。" , in english is "Build of instance e3e8e049-98fc-486e-95c7-e17ec0e22e59 aborted: an error occurred during host configuration". And error in vCSA client is just "主机配置过程中出错" while creating vm.</div><div>Environment:<br></div><div>OpenStack(Rocky), vSphere(6.7), storage(iSCSI),network(OVS vlan),vCenter is VMware-VIM-all-6.7.0-16046470.iso installed in windows2012 server.</div><div>I don't know where did my configuration error in OpenStack or something error in my vSphere.</div><div><br></div><div>nova.conf:</div><div>[default]</div><div>...</div><div>compute_driver = vmwareapi.VMwareVCDriver<br></div><div>[vmware]<br>host_ip = 192.168.3.115<br>host_username = administrator@vsphere.local<br>host_password = Zl@123456<br>cluster_name = mycluster<br>datastore_regex = Datastore_iscsi<br>insecure = True<br>vlan_interface = vmnic0<br>integration_bridge = br-int<br>api_retry_count = 10<br></div><div><br></div><div>cinder.conf:</div><div>[DEFAULT]</div><div>enabled_backends = vmware<br>default_volume_type = vmware<br></div><div>[vmware]<br>volume_driver = cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver<br>vmware_host_ip=192.168.3.115<br>vmware_host_password=Zl@123456<br>vmware_host_username=administrator@vsphere.local<br>vmware_wsdl_location=<a href="https://192.168.3.115/sdk/vimService.wsdl">https://192.168.3.115/sdk/vimService.wsdl</a><br>vmware_volume_folder= openstack_volume<br>vmware_datastore_regex = Datastore_iscsi<br>vmware_insecure = True<br>vmware_host_version = 6.7<br></div><div><br></div><div>glance-api.conf:</div><div>[default]</div><div>...</div><div>known_stores = vmware<br>default_store = vmware<br></div><div>[glance_store]<br>filesystem_store_datadir = /tri_fs/images/<br>stores = files,http,vmware<br>default_store = vsphere<br>vmware_server_host = 192.168.3.115<br>vmware_server_username = administrator@vsphere.local<br>vmware_server_password = Zl@123456<br>vmware_datastore_name = Datastore_iscsi<br>vmware_datacenter_path = Datacenter<br>vmware_datastores = Datacenter:Datastore_iscsi<br>vmware_task_poll_interval = 5<br>vmware_store_image_dir = /openstack_glance<br>vmware_api_insecure = True<br></div><div><br></div><div>I hope you can help me.</div><div>Thank you very much!</div><div><br></div><div><br></div><div><br></div></div>