Wednesday, 2023-11-22

opendevreviewJan Jasek proposed openstack/horizon master: pytest-based selenium tests add fix volume timing issues  https://review.opendev.org/c/openstack/horizon/+/90154512:09
opendevreviewDavid Hill proposed openstack/horizon master: Allow an operator to turn of dhcp agent listing  https://review.opendev.org/c/openstack/horizon/+/90167514:30
vishalmanchanda#startmeeting horizon15:00
opendevmeetMeeting started Wed Nov 22 15:00:08 2023 UTC and is due to finish in 60 minutes.  The chair is vishalmanchanda. Information about MeetBot at http://wiki.debian.org/MeetBot.15:00
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.15:00
opendevmeetThe meeting name has been set to 'horizon'15:00
vishalmanchandahi, anyone around for the horizon weekly meeting?15:01
opendevreviewDavid Hill proposed openstack/horizon master: Allow an operator to turn of dhcp agent listing  https://review.opendev.org/c/openstack/horizon/+/90167515:08
rdopierao/15:09
tmazuro/15:09
vishalmanchandahello everyone15:09
vishalmanchandaagenda of the meeting can be found here https://etherpad.opendev.org/p/horizon-release-priorities#L4615:10
vishalmanchandalet's start the meeting.15:10
vishalmanchanda#topic Notices15:10
vishalmanchandaA casual reminder about the schedule, this week is R-19 week.15:12
vishalmanchandamore info. about the schedule can be found here https://releases.openstack.org/caracal/schedule.html15:12
vishalmanchandaone more announcement from my side, I am on PTO for next complete week from this Friday.15:13
opendevreviewDavid Hill proposed openstack/horizon master: Do not display num_agents if ovn binary is used  https://review.opendev.org/c/openstack/horizon/+/90167515:13
vishalmanchandaI will join office on 4th December.15:13
vishalmanchandaSo I will not be able to chair the next weekly meeting.15:14
vishalmanchandaI am getting married on next Wednesday :)15:14
opendevreviewDavid Hill proposed openstack/horizon master: Do not display num_agents if ovn binary is used  https://review.opendev.org/c/openstack/horizon/+/90167515:14
vishalmanchandalet me know if anyone of you wants to chair the weekly meeting?15:14
tmazurOh congratulations Vishal!15:15
vishalmanchandatmazur: thanks:)15:15
vishalmanchandaI have no other announcements for this week.15:16
vishalmanchandamoving to the next topic15:17
vishalmanchanda#topic Release priorities15:17
vishalmanchandaCan I have your review tmazur on patch https://review.opendev.org/c/openstack/horizon/+/90102915:19
rdopieraoh, wow, congratulations!15:20
tmazurSure, I'll do it asap15:20
vishalmanchandardopiera: thanks.15:20
vishalmanchandatmazur: thanks.15:20
vishalmanchandaI can fix a comment in a follow-up patch.15:21
opendevreviewDavid Hill proposed openstack/horizon master: Do not display num_agents if ovn binary is used  https://review.opendev.org/c/openstack/horizon/+/90167515:21
tmazurYeah, let's just do a follow-up15:21
opendevreviewDavid Hill proposed openstack/horizon master: Do not display num_agents if ovn binary is used  https://review.opendev.org/c/openstack/horizon/+/90167515:23
opendevreviewDavid Hill proposed openstack/horizon master: Do not display num_agents if ovn binary is used  https://review.opendev.org/c/openstack/horizon/+/90167515:24
vishalmanchandaI can see integration pytest job is passing now https://zuul.opendev.org/t/openstack/build/3da79e380c8d4b498620488e3e885390/log/job-output.txt#4743515:24
vishalmanchandaNow let's add more tests if required then we can make this job voting.15:26
opendevreviewDavid Hill proposed openstack/horizon master: Do not display num_agents if ovn binary is used  https://review.opendev.org/c/openstack/horizon/+/90167515:26
vishalmanchandawe can compare with horizon integration test job if all similar tests are added for new pytest job.15:26
vishalmanchandaI am also planning to make "horizon-tox-python3-django42" voting so we make django 4.2 as default version for horizon.15:28
vishalmanchandaI will push a patch to update it asap.15:28
vishalmanchandathat's all updates from my side for this week.15:29
vishalmanchandamoving to the next topic.15:29
vishalmanchanda#topic open-discussion15:29
vishalmanchandaDoes anyone have any topic to discuss?15:30
rdopierahave you seen the eventlet discussion?15:30
vishalmanchandano.15:30
rdopierahttps://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/message/YO5CZDVAJ6QSF734ALWSGNOQDDAIOXKI/15:31
rdopieraas fart as I know the "futurize" library that we use can use eventlet, but we are using the thread pool instead, so we should be fine?15:32
vishalmanchandasorry I have no idea, maybe amotoki knows more.15:34
vishalmanchandaI am unable to find how we are using this library in the code.15:36
vishalmanchandardopiera: Could you provide some ref. where we are using in the horizon code?15:37
rdopieraopenstack_dashboard/usage/quotas.py15:39
rdopiera401:    futurist_utils.call_functions_parallel(15:39
rdopieraalso in volumes, networks and instances views15:39
vishalmanchandaI can see it.15:40
tmazurvishalmanchanda: could you please take a look at https://review.opendev.org/c/openstack/horizon/+/890525?usp=search15:41
vishalmanchandardopiera: maybe you can ask this question on open-discuss ML.15:42
vishalmanchandatmazur: sure.15:43
tmazurThank you. If we agree to have it like this, I'll add some tests in a follow-up patch15:43
vishalmanchandaok15:43
vishalmanchandaDo we have any other topic to discuss?15:46
tmazurNothing from me15:48
vishalmanchandaIf no other topic to discuss, let's end this meeting.15:49
vishalmanchandathanks everyone for joining, See you.15:49
vishalmanchanda#endmeeting15:49
opendevmeetMeeting ended Wed Nov 22 15:49:36 2023 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)15:49
opendevmeetMinutes:        https://meetings.opendev.org/meetings/horizon/2023/horizon.2023-11-22-15.00.html15:49
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/horizon/2023/horizon.2023-11-22-15.00.txt15:49
opendevmeetLog:            https://meetings.opendev.org/meetings/horizon/2023/horizon.2023-11-22-15.00.log.html15:49
opendevreviewDeividas Pranevicius proposed openstack/horizon master: Display quotas per Cinder volume type  https://review.opendev.org/c/openstack/horizon/+/66056716:39
opendevreviewMerged openstack/horizon master: Setup project template for nodejs v20 jobs  https://review.opendev.org/c/openstack/horizon/+/90102917:15
al-meisamI'm here: https://translate.openstack.org/account/inactive?dswid=-834 and I am not receiving any activation email! I cant register!17:50
al-meisamhellooo18:00
al-meisamFYI: https://dribbble.com/shots/6724355-Horizon-system-interface/attachments/6724355-Horizon-system-interface?mode=media21:22

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!