commit | d0ea406ee45399bf329d82e403889a4ceeaa0a39 | [log] [tgz] |
---|---|---|
author | Ade Lee <alee@redhat.com> | Mon Sep 06 15:33:27 2021 -0400 |
committer | Ade Lee <alee@redhat.com> | Fri Nov 05 20:38:44 2021 +0000 |
tree | 79db27cd045e0e04fec68f5469b41364548f18c9 | |
parent | 7de0490e79a450a3fabe3188bf7a9af16c554c2d [diff] |
Add type to allow ECDSA keys Some tempest tests will fail under FIPS because they are trying to ssh to a cirrus instance that has a version of dropbear that does not support signatures other than using SHA-1 for RSA keys. This is not allowed under FIPS. The workaround until cirros is updated is to use ECDSA keys. This patch allows the key type to be specified. Depends-On: https://review.opendev.org/c/openstack/tempest/+/807465 Change-Id: I34ac429ab5442cef056ee8b63fcb2ba41e8b9b27