From 580115d774dcde09d046e011260b70b146a11772 Mon Sep 17 00:00:00 2001 From: Yaroslav Lobankov Date: Sat, 21 Nov 2015 15:54:59 +0300 Subject: [PATCH] [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 --- etc/rally/rally.conf.sample | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/etc/rally/rally.conf.sample b/etc/rally/rally.conf.sample index e7ee0788..b199936d 100644 --- a/etc/rally/rally.conf.sample +++ b/etc/rally/rally.conf.sample @@ -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 = - [benchmark]