opendevreview | Shyam Biradar proposed openstack/horizon stable/2023.2: Fixing Incorrect URL when browsing Swift containers https://review.opendev.org/c/openstack/horizon/+/940359 | 06:34 |
---|---|---|
*** ralonsoh_ is now known as ralonsoh | 08:08 | |
opendevreview | Agnes Nduta proposed openstack/horizon master: Test for the deactivate/reactivate image feature https://review.opendev.org/c/openstack/horizon/+/940362 | 08:45 |
*** tkajinam is now known as Guest7334 | 09:05 | |
*** whoami-rajat_ is now known as whoami-rajat | 14:02 | |
*** Guest7381 is now known as bbezak | 14:56 | |
tmazur | #startmeeting horizon | 15:00 |
opendevmeet | Meeting started Wed Jan 29 15:00:59 2025 UTC and is due to finish in 60 minutes. The chair is tmazur. Information about MeetBot at http://wiki.debian.org/MeetBot. | 15:00 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:00 |
opendevmeet | The meeting name has been set to 'horizon' | 15:00 |
tmazur | Hello everyone and welcome to the weekly meeting! | 15:01 |
jjasek_ | Hello everyone | 15:01 |
tmazur | Let's wait for couple minutes | 15:01 |
tmazur | Ok, let's start | 15:03 |
tmazur | Today's agenda: https://etherpad.opendev.org/p/horizon-release-priorities#L33 | 15:04 |
tmazur | #topic Notices | 15:04 |
tmazur | Traditional schedule reminder: | 15:05 |
tmazur | This week is R-9. Schedule: https://releases.openstack.org/epoxy/schedule.html | 15:05 |
tmazur | And speaking of schedules, we have Flamingo schedule plan | 15:07 |
tmazur | https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/TWYEUDGDSXNDX6EJWPP7KNXLYFVBX2ZS/ | 15:07 |
tmazur | 939528: Proposed 2025.2 Flamingo release schedule | https://review.opendev.org/c/openstack/releases/+/939528 | 15:07 |
tmazur | Also, we know now the dates for the next PTG! | 15:09 |
tmazur | It's April 7-11, 2025 | 15:09 |
tmazur | More info in the mailing list: | 15:10 |
tmazur | https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/GPE672CBWJXGVDTJM2YY4GIKOZRRV7RD/ | 15:10 |
rdopiera | o/ | 15:10 |
tmazur | And one more announcement | 15:11 |
rdopiera | (in Tim Apple voice) | 15:11 |
tmazur | Somehow, it's this time again. PTL/TC 2025.2 cycle election | 15:11 |
tmazur | Hahaha | 15:11 |
tmazur | https://governance.openstack.org/election/ | 15:11 |
tmazur | And more information here: https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/UEDIQMZHKGQO3ZWO4U4YB6FEB7OS5RJY/ | 15:12 |
rdopiera | are you going to run, or are you going to run? | 15:12 |
tmazur | The nomination period officially begins Feb 05, 2025 23:45 UTC. | 15:12 |
tmazur | So if anyone is interested, please go ahead! | 15:12 |
tmazur | I am not going to run just yet, and I am planing to nominate my candidacy for Flamingo cycle | 15:13 |
tmazur | And that's all announcements from me for today | 15:15 |
tmazur | Next topic | 15:15 |
tmazur | #topic Release priorities | 15:15 |
tmazur | So for SDK, we have this patch on review: | 15:17 |
tmazur | 938488: SDK for Neutron Floating IPs | https://review.opendev.org/c/openstack/horizon/+/938488 | 15:17 |
tmazur | Thanks jjasek_ for your input, we're waiting for the patch owner now | 15:17 |
tmazur | And for the two factor auth, I submitted an initial WIP patch: | 15:19 |
tmazur | 940066: [WIP] Improve two factor authentication config in Horizon | https://review.opendev.org/c/openstack/horizon/+/940066 | 15:19 |
rdopiera | tmazur: do you think it should be one big patch, or would it be better to have several patches? | 15:21 |
tmazur | rdopiera, it will be a separate one for qr code, for sure | 15:22 |
tmazur | I don't think it makes sense to split tables from actions though | 15:23 |
rdopiera | thanks | 15:24 |
tmazur | Ok, moving forward | 15:24 |
tmazur | #topic Open reviews | 15:25 |
tmazur | Time to bug the team again :D | 15:25 |
tmazur | List of open reviews: https://review.opendev.org/q/project:openstack/horizon+status:open | 15:25 |
tmazur | Thanks rdopiera for your translations fix | 15:27 |
tmazur | 940297: Do column name translations at runtime, not at import | https://review.opendev.org/c/openstack/horizon/+/940297 | 15:27 |
tmazur | jjasek_, omcgonag please review and vote, so I can approve and merge it | 15:28 |
tmazur | 939546: [DNM] non-existent timezone fix | https://review.opendev.org/c/openstack/horizon/+/939546 | 15:29 |
tmazur | omcgonag, please address the comments, and if you think your patch is ok to go, you can remove [DNM] tag from the title | 15:30 |
omcgonag | will address comments, thx | 15:31 |
tmazur | Thanks | 15:31 |
tmazur | 939389: Support new pytest 8.3.4 | https://review.opendev.org/c/openstack/horizon/+/939389 | 15:31 |
tmazur | jjasek_ thanks for your input, we're waiting for the patch owner now | 15:31 |
jjasek_ | yep | 15:32 |
omcgonag | I took a quick peek at https://review.opendev.org/c/openstack/horizon/+/940297 - maybe my lack of python understanding in the context - not sure what was broken and why the change fixes it | 15:32 |
omcgonag | I can add a comment | 15:33 |
omcgonag | comment added | 15:34 |
tmazur | Essentially, the strings for columns' names were prepared before user settings were set up | 15:34 |
tmazur | So no matter what language the user picks, the columns' names are already set, in English | 15:35 |
tmazur | Anyway, the last patch I wanted to talk about | 15:37 |
tmazur | 940362: Test for the deactivate/reactivate image feature | https://review.opendev.org/c/openstack/horizon/+/940362 | 15:37 |
tmazur | Abby implemented quite a few tests for the new feature | 15:38 |
tmazur | That's it from me for today | 15:39 |
tmazur | #topic Open discussion | 15:39 |
tmazur | Do we want to discuss something else? | 15:40 |
jjasek_ | Nothing from me. Thank you Tatiana. | 15:40 |
omcgonag | all set here | 15:40 |
tmazur | Ok, let's wrap it up then | 15:41 |
tmazur | Thanks everyone for joining! | 15:41 |
tmazur | See you next week! | 15:41 |
tmazur | #endmeeting | 15:41 |
opendevmeet | Meeting ended Wed Jan 29 15:41:25 2025 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:41 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/horizon/2025/horizon.2025-01-29-15.00.html | 15:41 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/horizon/2025/horizon.2025-01-29-15.00.txt | 15:41 |
opendevmeet | Log: https://meetings.opendev.org/meetings/horizon/2025/horizon.2025-01-29-15.00.log.html | 15:41 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!