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:
Alexander Arzhanov 2016-08-25 10:35:10 +03:00
parent 11b5b29a89
commit fc9bf6dbca
10 changed files with 13 additions and 13 deletions

View File

@ -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*]

View 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*]

View 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*]

View 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*]

View 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*]

View 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

View File

@ -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

View File

@ -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

View File

@ -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 %>

View File

@ -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 %>