Explicitly disable vCenter certificate verification check
- nova-compute with enabled VCDriver by default tries to verify vCenter certificate, if it cannot verify certificate then it cannot start and operate normally. This breaks deployment process for OpenStack clusters that use vCenter, because later in post deployment stage we cannot add nova-compute services to availability zone, because they failed to start. Change-Id: Iac725db304aae9cd9da910f16d16d4054cc10542 Closes-bug: #1513832 DocImpact: Document the fact that currently it is not possible to verify vCenter SSL certificate by providing CA certificate bundle.
This commit is contained in:
parent
0d210dc385
commit
d7680c70fe
@ -12,6 +12,8 @@ host_ip=<%= @vc_host %>
|
||||
host_username=<%= @vc_user %>
|
||||
host_password=<%= @vc_password %>
|
||||
|
||||
insecure=True
|
||||
|
||||
api_retry_count=<%= @api_retry_count %>
|
||||
maximum_objects=<%= @maximum_objects %>
|
||||
task_poll_interval=<%= @task_poll_interval %>
|
||||
|
Loading…
Reference in New Issue
Block a user