Fix invalid byte sequence in US-ASCII
docker_fuellib_noop_tests failed because the characters in the file were in the wrong encoding. Change-Id: I77382cd5e72824f7de6948e33eebf02faebbb089
This commit is contained in:
parent
11b5b29a89
commit
fc9bf6dbca
@ -48,7 +48,7 @@
|
||||
# [*vc_insecure*]
|
||||
# (optional) If true, the vCenter server certificate is not verified. If
|
||||
# false, then the default CA truststore is used for verification. This option
|
||||
# is ignored if “ca_file” is set.
|
||||
# is ignored if "ca_file" is set.
|
||||
# Defaults to 'True'.
|
||||
#
|
||||
# [*vc_ca_file*]
|
||||
|
@ -61,7 +61,7 @@
|
||||
# [*vc_insecure*]
|
||||
# (optional) If true, the vCenter server certificate is not verified.
|
||||
# If false, then the default CA truststore is used for verification. This
|
||||
# option is ignored if “ca_file” is set.
|
||||
# option is ignored if "ca_file" is set.
|
||||
# Defaults to 'True'.
|
||||
#
|
||||
# [*vc_ca_file*]
|
||||
|
@ -46,7 +46,7 @@
|
||||
# [*vc_insecure*]
|
||||
# (optional) If true, the vCenter server certificate is not verified.
|
||||
# If false, then the default CA truststore is used for verification. This
|
||||
# option is ignored if “ca_file” is set.
|
||||
# option is ignored if "ca_file" is set.
|
||||
# Defaults to 'True'.
|
||||
#
|
||||
# [*vc_ca_file*]
|
||||
|
@ -53,7 +53,7 @@
|
||||
# [*vc_insecure*]
|
||||
# (optional) If true, the vCenter server certificate is not verified.
|
||||
# If false, then the default CA truststore is used for verification. This
|
||||
# option is ignored if “ca_file” is set.
|
||||
# option is ignored if "ca_file" is set.
|
||||
# Defaults to 'True'.
|
||||
#
|
||||
# [*vc_ca_file*]
|
||||
|
@ -32,7 +32,7 @@
|
||||
# [*vc_insecure*]
|
||||
# (optional) If true, the vCenter server certificate is not verified. If
|
||||
# false, then the default CA truststore is used for verification. This option
|
||||
# is ignored if “ca_file” is set.
|
||||
# is ignored if "ca_file" is set.
|
||||
# Defaults to 'True'.
|
||||
#
|
||||
# [*vc_ca_file*]
|
||||
|
@ -103,7 +103,7 @@ host_username=administrator@vsphere.local
|
||||
|
||||
# If true, the vCenter server certificate is not verified. If false, then the
|
||||
# default CA truststore is used for verification. This option is ignored if
|
||||
# “ca_file” is set.
|
||||
# "ca_file" is set.
|
||||
#insecure=False
|
||||
insecure=false
|
||||
|
||||
@ -244,7 +244,7 @@ host_username=administrator@vsphere.local
|
||||
|
||||
# If true, the vCenter server certificate is not verified. If false, then the
|
||||
# default CA truststore is used for verification. This option is ignored if
|
||||
# “ca_file” is set.
|
||||
# "ca_file" is set.
|
||||
#insecure=False
|
||||
insecure=true
|
||||
|
||||
|
@ -120,7 +120,7 @@ host_username=administrator@vsphere.local
|
||||
|
||||
# If true, the vCenter server certificate is not verified. If false, then the
|
||||
# default CA truststore is used for verification. This option is ignored if
|
||||
# “ca_file” is set.
|
||||
# "ca_file" is set.
|
||||
#insecure = False
|
||||
insecure=false
|
||||
|
||||
@ -322,7 +322,7 @@ host_username=administrator@vsphere.local
|
||||
|
||||
# If true, the vCenter server certificate is not verified. If false, then the
|
||||
# default CA truststore is used for verification. This option is ignored if
|
||||
# “ca_file” is set.
|
||||
# "ca_file" is set.
|
||||
#insecure = False
|
||||
insecure=true
|
||||
|
||||
|
@ -117,7 +117,7 @@ host_username=administrator@vsphere.local
|
||||
|
||||
# If true, the vCenter server certificate is not verified. If false, then the
|
||||
# default CA truststore is used for verification. This option is ignored if
|
||||
# “ca_file” is set.
|
||||
# "ca_file" is set.
|
||||
#insecure = False
|
||||
insecure=false
|
||||
|
||||
@ -306,7 +306,7 @@ host_username=administrator@vsphere.local
|
||||
|
||||
# If true, the vCenter server certificate is not verified. If false, then the
|
||||
# default CA truststore is used for verification. This option is ignored if
|
||||
# “ca_file” is set.
|
||||
# "ca_file" is set.
|
||||
#insecure = False
|
||||
insecure=true
|
||||
|
||||
|
@ -58,7 +58,7 @@ host_username=<%= @vc_user %>
|
||||
|
||||
# If true, the vCenter server certificate is not verified. If false, then the
|
||||
# default CA truststore is used for verification. This option is ignored if
|
||||
# “ca_file” is set.
|
||||
# "ca_file" is set.
|
||||
#insecure=False
|
||||
insecure=<%= @ceilometer_vcenter_insecure_real %>
|
||||
|
||||
|
@ -77,7 +77,7 @@ host_username=<%= @vc_user %>
|
||||
|
||||
# If true, the vCenter server certificate is not verified. If false, then the
|
||||
# default CA truststore is used for verification. This option is ignored if
|
||||
# “ca_file” is set.
|
||||
# "ca_file" is set.
|
||||
#insecure = False
|
||||
insecure=<%= @compute_vcenter_insecure_real %>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user