openstack-charmers / charmed-openstack-tester

Deploys OpenStack clouds and runs tempest (or other tests) against them
Apache License 2.0
6 stars 14 forks source link

Pin paramiko < 2.9.0 for distro tempest tests #65

Closed coreycb closed 2 years ago

coreycb commented 2 years ago

The distro tempest tests that ssh to guests fail due to public key authentication failure with paramiko 2.9.1.

This change pins paramiko to 2.8.1, similar to the current upper-constraints for openstack: https://github.com/openstack/requirements/blob/master/upper-constraints.txt#L178