Comment 2 for bug 1771506

Revision history for this message
Corey Bryant (corey.bryant) wrote :

I'm hitting this as well now that we have openssl 1.1.1 in cosmic-proposed. This is affecting rocky and above for ubuntu. Unfortunately this is preventing our unit tests from running successfully for an 18.0.1 release. To recreate:

lxc launch ubuntu-daily:cosmic c1
lxc exec c1 /bin/bash
root@c1:~# cat >> /etc/apt/sources.list << EOF
deb http://archive.ubuntu.com/ubuntu cosmic-proposed main restricted
deb http://archive.ubuntu.com/ubuntu cosmic-proposed universe
EOF
root@c1:~# sudo apt update
root@c1:~# sudo apt dist-upgrade --yes
root@c1:~# apt policy openssl # should be at openssl 1.1.1-1ubuntu2
root@c1:~# sudo apt install python-dev git gcc tox --yes
root@c1:~# git clone https://github.com/openstack/nova
root@c1:~# cd nova
root@c1:~/nova# tox -e py27 # results in failures: https://paste.ubuntu.com/p/3W39Vy87Sy/

By any chance can the importance of this bug be increased?