From 9550949c86ac790ce5c1b846aedc31b129cd7573 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 8 Mar 2024 18:13:30 +0900 Subject: [PATCH] Enable SSL validation for dashboard test Change-Id: I4d74f2ac32e855790d26d7e8f59dc89b13d6f0c1 --- manifests/tempest.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/tempest.pp b/manifests/tempest.pp index 64e7875ad..89fb9d9b8 100644 --- a/manifests/tempest.pp +++ b/manifests/tempest.pp @@ -345,7 +345,6 @@ class openstack_integration::tempest ( tempest_workspace => '/tmp/openstack/tempest', run_ssh => true, l2gw_switch => $l2gw_switch, - disable_dashboard_ssl_validation => true, heat_image_name => 'cirros', heat_flavor_ref => '84', baremetal_driver => 'fake-hardware',