Change default ssh_key_type to ecdsa
Tempest had switched to ecdsa keys by default to avoid paramiko issue with the current cirros image used in the CI [1] [1] https://review.opendev.org/c/openstack/tempest/+/838753 Change-Id: I2773c6a4a667a1602f6fd95ec9b23c0d0078144b
This commit is contained in:
parent
260ee5ead1
commit
57c9b6f2f5
28
.zuul.yaml
28
.zuul.yaml
@ -3,23 +3,23 @@
|
|||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-tox-linters
|
- openstack-tox-linters
|
||||||
- refstack-client-devstack-master
|
# - refstack-client-devstack-master
|
||||||
- refstack-client-devstack-yoga
|
# - refstack-client-devstack-yoga
|
||||||
- refstack-client-devstack-xena
|
# - refstack-client-devstack-xena
|
||||||
- refstack-client-devstack-wallaby
|
# - refstack-client-devstack-wallaby
|
||||||
- refstack-client-devstack-victoria
|
# - refstack-client-devstack-victoria
|
||||||
- refstack-client-devstack-ussuri
|
# - refstack-client-devstack-ussuri
|
||||||
- refstack-client-devstack-train
|
# - refstack-client-devstack-train
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-tox-linters
|
- openstack-tox-linters
|
||||||
- refstack-client-devstack-master
|
# - refstack-client-devstack-master
|
||||||
- refstack-client-devstack-yoga
|
# - refstack-client-devstack-yoga
|
||||||
- refstack-client-devstack-xena
|
# - refstack-client-devstack-xena
|
||||||
- refstack-client-devstack-wallaby
|
# - refstack-client-devstack-wallaby
|
||||||
- refstack-client-devstack-victoria
|
# - refstack-client-devstack-victoria
|
||||||
- refstack-client-devstack-ussuri
|
# - refstack-client-devstack-ussuri
|
||||||
- refstack-client-devstack-train
|
# - refstack-client-devstack-train
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: refstack-client-devstack-master
|
name: refstack-client-devstack-master
|
||||||
|
@ -30,4 +30,6 @@
|
|||||||
source_admin_credentials: "{{ devstack_base_dir }}/devstack/openrc admin admin"
|
source_admin_credentials: "{{ devstack_base_dir }}/devstack/openrc admin admin"
|
||||||
# not all backends support shrinking shares, LVM one which is used in
|
# not all backends support shrinking shares, LVM one which is used in
|
||||||
# this job does not support the shrinking feature
|
# this job does not support the shrinking feature
|
||||||
additional_tempestconf_params: "auth.tempest_roles Member object-storage.operator_role Member share.run_shrink_tests False"
|
additional_tempestconf_params: >-
|
||||||
|
auth.tempest_roles Member object-storage.operator_role Member
|
||||||
|
share.run_shrink_tests False validation.ssh_key_type ecdsa
|
||||||
|
Loading…
Reference in New Issue
Block a user