Thursday, 2022-11-10

opendevreviewmelanie witt proposed openstack/devstack master: DNM Create flavors with disk encryption when enabled  https://review.opendev.org/c/openstack/devstack/+/86416004:26
opendevreviewmelanie witt proposed openstack/devstack master: DNM Create flavors with disk encryption when enabled  https://review.opendev.org/c/openstack/devstack/+/86416005:45
*** jpena|off is now known as jpena08:23
opendevreviewMerged openstack/devstack master: Add LVM NVMe support  https://review.opendev.org/c/openstack/devstack/+/81419310:10
opendevreviewMerged openstack/devstack master: Add new service "file_tracker"  https://review.opendev.org/c/openstack/devstack/+/86332415:09
*** iurygregory__ is now known as iurygregory16:44
clarkbI'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 installed16:57
clarkbTHis is really fun16:57
clarkbIn this job pyopenssl isn't being installed from pypi. So we end up in exactly the opposite situation17:00
clarkbOn 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 pypi17:01
clarkband ubuntu unlike debian seems ok with using the latest stuff rather than the debundled stuff if present17:02
*** mnaser__ is now known as mnaser17:05
clarkband 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
clarkbfrom pypi and then we break on the os-client-config install because pip has been broken17:12
clarkbmaybe a better approach is to only install python3-openssl on debian when we install novnc17:12
clarkbthat will happane late enough that everything else should be in place?17:12
*** jpena is now known as jpena|off17:21
opendevreviewClark Boylan proposed openstack/devstack master: Fix dbcounter install on Debian Bullseye  https://review.opendev.org/c/openstack/devstack/+/86414217:25
opendevreviewEliad Cohen proposed openstack/tempest master: Added funcitonality to wait for port creation  https://review.opendev.org/c/openstack/tempest/+/85775617:33
gmannslaweq: reported the bug in case you have not noticed https://bugs.launchpad.net/neutron/+bug/199612920:27
gmannslaweq: 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/!