[Verify] Fixing issue with SSL deployments

Now options 'disable_ssl_certificate_validation' and 'ca_certificates_file'
are configured in the Tempest config file and values for these options are
taken from credentials that user specified.

Config options https_insecure and https_cacert were removed since they were
marked as "deprecated_for_removal".

Change-Id: I74083bc9af21969dd836f852712b81abd3ec74dc
This commit is contained in:
Yaroslav Lobankov 2015-11-21 15:54:59 +03:00
parent 497d559e8e
commit 580115d774

View File

@ -123,16 +123,6 @@
# value)
#openstack_client_http_timeout = 180.0
# Use SSL for all OpenStack API interfaces (boolean value)
# This option is deprecated for removal.
# Its value may be silently ignored in the future.
#https_insecure = false
# Path to CA server certificate for SSL (string value)
# This option is deprecated for removal.
# Its value may be silently ignored in the future.
#https_cacert = <None>
[benchmark]