From 07ac19dd27649af044bcc25e84ed346cf55efbff Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Thu, 28 Jan 2021 16:21:49 +0000 Subject: [PATCH] Do not use tempestconf for ironic role tests This seems to fail [1] for self signed certificates, and the minimal tests pass without using it. [1] http://paste.openstack.org/show/802080/ Change-Id: I6003a1004b6042a804ea142684b42b17f16d6da8 --- .../roles/bootstrap-host/templates/user_variables_ironic.yml.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/roles/bootstrap-host/templates/user_variables_ironic.yml.j2 b/tests/roles/bootstrap-host/templates/user_variables_ironic.yml.j2 index dd8e3277cc..79a2e2c13a 100644 --- a/tests/roles/bootstrap-host/templates/user_variables_ironic.yml.j2 +++ b/tests/roles/bootstrap-host/templates/user_variables_ironic.yml.j2 @@ -22,4 +22,3 @@ tempest_test_blacklist: tempest_run_concurrency: 0 tempest_service_available_ironic: true tempest_service_available_neutron: true -tempest_use_tempestconf: true