opendevreview | melanie witt proposed openstack/devstack master: DNM Create flavors with disk encryption when enabled https://review.opendev.org/c/openstack/devstack/+/864160 | 04:26 |
---|---|---|
opendevreview | melanie witt proposed openstack/devstack master: DNM Create flavors with disk encryption when enabled https://review.opendev.org/c/openstack/devstack/+/864160 | 05:45 |
*** jpena|off is now known as jpena | 08:23 | |
opendevreview | Merged openstack/devstack master: Add LVM NVMe support https://review.opendev.org/c/openstack/devstack/+/814193 | 10:10 |
opendevreview | Merged openstack/devstack master: Add new service "file_tracker" https://review.opendev.org/c/openstack/devstack/+/863324 | 15:09 |
*** iurygregory__ is now known as iurygregory | 16:44 | |
clarkb | I've managed to trivially reproduce the ubuntu focal issue that results in my fix for debian bullseye. In this case ubuntu is using new cryptography with old openssl despite old cryptography being installed | 16:57 |
clarkb | THis is really fun | 16:57 |
clarkb | In this job pyopenssl isn't being installed from pypi. So we end up in exactly the opposite situation | 17:00 |
clarkb | On Debian Bullseye we are installing pyopenssl from pypi which breaks against distro cryptography. On Ubuntu Focal we install python3-openssl (pyopenssl) from the distro (as the fix for debian) and that breaks against new cryptography from pypi | 17:01 |
clarkb | and ubuntu unlike debian seems ok with using the latest stuff rather than the debundled stuff if present | 17:02 |
*** mnaser__ is now known as mnaser | 17:05 | |
clarkb | and the reason it breaks in that job specifically is it installs opentsacksdk and os-client-config from source before installing keystone. In a "normal" devstack run keystone is intsalled as one of the first things and it intsalls both pyopenssl and cryptography from pypi bypassing hte issue. But in this job we install openstacksdk which intalls cryptography (but not pyopenssl) | 17:12 |
clarkb | from pypi and then we break on the os-client-config install because pip has been broken | 17:12 |
clarkb | maybe a better approach is to only install python3-openssl on debian when we install novnc | 17:12 |
clarkb | that will happane late enough that everything else should be in place? | 17:12 |
*** jpena is now known as jpena|off | 17:21 | |
opendevreview | Clark Boylan proposed openstack/devstack master: Fix dbcounter install on Debian Bullseye https://review.opendev.org/c/openstack/devstack/+/864142 | 17:25 |
opendevreview | Eliad Cohen proposed openstack/tempest master: Added funcitonality to wait for port creation https://review.opendev.org/c/openstack/tempest/+/857756 | 17:33 |
gmann | slaweq: reported the bug in case you have not noticed https://bugs.launchpad.net/neutron/+bug/1996129 | 20:27 |
gmann | slaweq: saw you comment in patch about fix. thanks for that. let me test in my local env today. | 20:27 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!