Merge "tempest: Stop overriding ssh_key_type"

This commit is contained in:
Zuul 2023-10-16 19:47:59 +00:00 committed by Gerrit Code Review
commit 16a3d0d19a

View File

@ -337,10 +337,6 @@ class openstack_integration::tempest (
murano_available => $murano,
tempest_workspace => '/tmp/openstack/tempest',
run_ssh => true,
# NOTE(tkajinam): The recent openssl doesn't accept SHA1 by default, which
# is causing ssh with rsa keys to fail.
# See bug 1962507 for details.
ssh_key_type => 'ecdsa',
l2gw_switch => $l2gw_switch,
disable_dashboard_ssl_validation => true,
ec2api_tester_roles => ['member'],