opendevreview | Takashi Kajinami proposed openstack/octavia master: Honor oslo.config options when building neutron client https://review.opendev.org/c/openstack/octavia/+/905805 | 02:03 |
---|---|---|
opendevreview | Takashi Kajinami proposed openstack/octavia master: Honow [neutron] service_type https://review.opendev.org/c/openstack/octavia/+/905806 | 02:21 |
opendevreview | Takashi Kajinami proposed openstack/octavia stable/2023.2: Stable-only: Cap hacking to < 6.1.0 https://review.opendev.org/c/openstack/octavia/+/905662 | 02:50 |
opendevreview | Takashi Kajinami proposed openstack/octavia stable/xena: Stable-only: Cap hacking to < 6.1.0 https://review.opendev.org/c/openstack/octavia/+/905720 | 02:55 |
opendevreview | Takashi Kajinami proposed openstack/octavia stable/yoga: Stable-only: Cap hacking to < 6.1.0 https://review.opendev.org/c/openstack/octavia/+/905719 | 02:55 |
opendevreview | Rico Lin proposed openstack/octavia master: fix: specify endpoint info. for neutron client https://review.opendev.org/c/openstack/octavia/+/905794 | 08:13 |
tkajinam | ricolin, mnaser wondering if https://review.opendev.org/c/openstack/octavia/+/905805 works instead | 08:24 |
gthiemonge | tkajinam: any reasons for skipping zed and antelope? https://review.opendev.org/q/I5a5d746657da3501fb332361fee6ea25186285f3 | 09:15 |
tkajinam | gthiemonge, no. I was trying to check whether it works in the oldest branch. will submit the all backports | 09:25 |
opendevreview | Takashi Kajinami proposed openstack/octavia stable/2023.1: Stable-only: Cap hacking to < 6.1.0 https://review.opendev.org/c/openstack/octavia/+/905841 | 09:26 |
opendevreview | Takashi Kajinami proposed openstack/octavia stable/zed: Stable-only: Cap hacking to < 6.1.0 https://review.opendev.org/c/openstack/octavia/+/905842 | 09:26 |
opendevreview | Takashi Kajinami proposed openstack/octavia stable/yoga: Stable-only: Cap hacking to < 6.1.0 https://review.opendev.org/c/openstack/octavia/+/905719 | 09:26 |
opendevreview | Takashi Kajinami proposed openstack/octavia stable/xena: Stable-only: Cap hacking to < 6.1.0 https://review.opendev.org/c/openstack/octavia/+/905720 | 09:27 |
tkajinam | gthiemonge, ^^^ | 09:28 |
gthiemonge | tkajinam: thanks ;-) | 09:28 |
gthiemon1e | #startmeeting Octavia | 16:00 |
opendevmeet | Meeting started Wed Jan 17 16:00:18 2024 UTC and is due to finish in 60 minutes. The chair is gthiemon1e. Information about MeetBot at http://wiki.debian.org/MeetBot. | 16:00 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 16:00 |
opendevmeet | The meeting name has been set to 'octavia' | 16:00 |
gthiemon1e | o/ | 16:00 |
tweining | o/ | 16:00 |
johnsom | o/ | 16:00 |
oschwart | o/ | 16:01 |
gthiemon1e | #topic Announcements | 16:02 |
gthiemon1e | * OpenStack Dalmatian (2024.01) | 16:03 |
gthiemon1e | if you missed it, the OpenStack D release will be named "Dalmatian" | 16:03 |
tweining | makes sense, follows that animal naming scheme of previous releases | 16:04 |
gthiemon1e | and I don't have any other exciting announcements | 16:05 |
johnsom | I have no internet today due to storms, so I will have very limited connectivity | 16:07 |
gthiemon1e | johnsom: sorry about that | 16:08 |
gthiemon1e | #topic CI Status | 16:08 |
gthiemon1e | FYI the pep8 job is broken on stable branches | 16:08 |
gthiemon1e | tkajinam has proposed fixes (he already fixed it on master in December - thanks BTW!) | 16:09 |
gthiemon1e | https://review.opendev.org/q/I5a5d746657da3501fb332361fee6ea25186285f3 | 16:09 |
oschwart | nice | 16:11 |
gthiemon1e | #topic Brief progress reports / bugs needing review | 16:12 |
gthiemon1e | there's a new bug: [neutron]/endpoint_type is not respected | 16:13 |
gthiemon1e | https://bugs.launchpad.net/octavia/+bug/2049551 | 16:13 |
gthiemon1e | there are a few proposals to fix it | 16:14 |
gthiemon1e | https://review.opendev.org/c/openstack/octavia/+/905794 | 16:14 |
gthiemon1e | https://review.opendev.org/q/topic:%22bug/2049551%22 | 16:14 |
tkajinam | the 2nd one with bug/2049551 is for a different topic which I've found when looking into that bug. let me remove that tag to avoid confusion | 16:15 |
tkajinam | I'm talking about https://review.opendev.org/c/openstack/octavia/+/905806 | 16:16 |
gthiemon1e | there's also another new bug: User without barbican "creator" role gets "Forbidden" when creating an LB | 16:16 |
gthiemon1e | tkajinam: thank you | 16:16 |
gthiemon1e | there's an error message in horizon when the user doesn't have the permission to access to barbican | 16:17 |
gthiemon1e | but they still can create LBs | 16:17 |
gthiemon1e | not urgent, but kind of ugly | 16:17 |
johnsom | Yep | 16:19 |
gthiemon1e | for this endpoint_type thing, I thought that this code would have handled the deprecation correctly: | 16:20 |
gthiemon1e | https://opendev.org/openstack/octavia/src/branch/master/octavia/common/config.py#L948-L952 | 16:20 |
gthiemon1e | i'll take a look at that | 16:21 |
tweining | I remember that mess that the removal of python-neutronclient caused | 16:21 |
tweining | https://review.opendev.org/q/topic:%22pyupgrade%22+owner:tweining@redhat.com I have split up the pyupgrade patches as discussed last week. | 16:24 |
tweining | one of the patches needs some more love, but the others are waiting for review :) | 16:25 |
gthiemon1e | tweining: thanks | 16:25 |
johnsom | I am making some progress on the nftables implementation for SR-IOV VIPs, but it is a lot of work | 16:26 |
gthiemon1e | #topic Open Discussion | 16:28 |
oschwart | I hope I could get back to contribute and review patches on Octavia u/s soon, right now we are a little packed | 16:30 |
tkajinam | one topic related to the pep8 job problem discussed earlier. I've also proposed a patch to cap hacking in master https://review.opendev.org/c/openstack/octavia/+/905660 . This would allow us to avoid similar problems in the future. it'd be nice if it can be reviewed along with stable branch fixes | 16:31 |
gthiemon1e | tkajinam: sure | 16:31 |
tweining | only FYI, I tried to rebase patchset 16 of https://review.opendev.org/c/openstack/octavia-tempest-plugin/+/893066 in https://review.opendev.org/c/openstack/octavia-tempest-plugin/+/905683, but I didn't get it to work still | 16:33 |
tweining | nothing else from me | 16:37 |
gthiemon1e | test_http_udp_terminated_https_listener_create_on_same_port doesn't work because _test_listener_create_on_same_port doesn't handle TERMINATED_HTTPS protocol | 16:38 |
gthiemon1e | anything else folks? | 16:39 |
oschwart | nothing from me | 16:40 |
gthiemon1e | ok! | 16:40 |
johnsom | Nothing for me either | 16:40 |
gthiemon1e | thank you guys! | 16:40 |
gthiemon1e | #endmeeting | 16:40 |
opendevmeet | Meeting ended Wed Jan 17 16:40:54 2024 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 16:40 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/octavia/2024/octavia.2024-01-17-16.00.html | 16:40 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/octavia/2024/octavia.2024-01-17-16.00.txt | 16:40 |
opendevmeet | Log: https://meetings.opendev.org/meetings/octavia/2024/octavia.2024-01-17-16.00.log.html | 16:40 |
*** gthiemon1e is now known as gthiemonge | 16:41 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!