Fix config group for SSL in tempest test
Review https://review.openstack.org/#/c/349749 has moved parameters disable_ssl_certificate_validation and ca_certificates_file from identity to service_clients group. This patch modifies tempest tests to use new configuration group. Change-Id: I7f188e3313f8e83dd6271f8cdb60739d2ae2d371
This commit is contained in:
parent
58d92abb16
commit
ffe85fcafe
@ -51,8 +51,8 @@ class AltManager(Manager):
|
||||
def get_auth_provider(credentials, scope='project'):
|
||||
default_params = {
|
||||
'disable_ssl_certificate_validation':
|
||||
CONF.identity.disable_ssl_certificate_validation,
|
||||
'ca_certs': CONF.identity.ca_certificates_file,
|
||||
CONF.service_clients.disable_ssl_certificate_validation,
|
||||
'ca_certs': CONF.service_clients.ca_certificates_file,
|
||||
'trace_requests': CONF.debug.trace_requests
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user