summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-01-19 03:30:16 +0000
committerGerrit Code Review <review@openstack.org>2022-01-19 03:30:16 +0000
commitc545cb1c7c14d36d2bc65a55ec13e0c6cd095425 (patch)
tree0ee7c5d97e423b9e698278c9f6209581787db0de /releasenotes
parentd373b9a1762d338f7be2c9dd59e146b81b3799f6 (diff)
parent6ded070b511263df2b6c06905615a951b29e2035 (diff)
downloadtempest-c545cb1c7c14d36d2bc65a55ec13e0c6cd095425.tar.gz
Merge "Add support for ecdsa keys"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/add-ssh-key-type-38d7a2f900d79842.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/add-ssh-key-type-38d7a2f900d79842.yaml b/releasenotes/notes/add-ssh-key-type-38d7a2f900d79842.yaml
new file mode 100644
index 000000000..fef300499
--- /dev/null
+++ b/releasenotes/notes/add-ssh-key-type-38d7a2f900d79842.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - |
+ Add parameter to specify the SSH key type. Current options are 'rsa'
+ (which is the default) and 'ecdsa'. Tempest now supports the importing
+ and generation of both 'rsa' and 'ecdsa' SSH key types.