15:00:07 <vishalmanchanda> #startmeeting horizon 15:00:07 <opendevmeet> Meeting started Wed Jan 10 15:00:07 2024 UTC and is due to finish in 60 minutes. The chair is vishalmanchanda. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:00:07 <opendevmeet> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:00:07 <opendevmeet> The meeting name has been set to 'horizon' 15:00:18 <rdopiera> o/ 15:00:28 <vishalmanchanda> hello everyone 15:01:22 <vishalmanchanda> let's wait for few mins, if more people joins us. 15:03:04 <rdopiera> tovchin can't come today 15:03:22 <vishalmanchanda> ohk then only two of us. 15:03:30 <vishalmanchanda> anyway let's start the meeting 15:04:08 <vishalmanchanda> happy new year everyone, hope you enjoyed your vacations. 15:04:16 <vishalmanchanda> #topic Notices 15:04:31 <vishalmanchanda> few announcements from my side for this week. 15:06:01 <vishalmanchanda> First of all a casual reminder about the schedule. 15:06:12 <vishalmanchanda> This week is R-12 week. Caracal-2 milestone 15:07:24 <vishalmanchanda> For more info. about the schedule, please see https://releases.openstack.org/caracal/schedule.html 15:08:45 <vishalmanchanda> moving to next announcement. 15:09:08 <vishalmanchanda> Dates for next PTG is announced. 15:09:23 <vishalmanchanda> It is going be virtual ptg from April 8-12, 2024 15:09:58 <vishalmanchanda> https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/MIK6GXZXUFS5M3UOVILLDNDGURGH7UQV/ 15:10:09 <vishalmanchanda> I have done signed up for the horizon team. 15:10:31 <vishalmanchanda> moving to next announcement 15:12:36 <vishalmanchanda> Voting for next 'D' cycle is opened 15:12:45 <vishalmanchanda> Voting will close on January 12, 15:12:56 <vishalmanchanda> https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/N7OCEHENUZNMKKFOBBYRSJXEDJVJMGXI/ 15:13:47 <vishalmanchanda> that's all announcement for this week. 15:14:40 <vishalmanchanda> looking at agenda etherpad https://etherpad.opendev.org/p/horizon-release-priorities#L46 there is no topic added but let's discuss release priorities items here. 15:16:07 <vishalmanchanda> Switch from current tests to new pytest-based selenium tests 15:16:29 <vishalmanchanda> I guess good progress on this feature. 15:16:51 <rdopiera> yes, though we are starting to find the hairy corner cases 15:16:56 <vishalmanchanda> but I observe due to last 2-3 patches non-voting job start failing. 15:17:14 <rdopiera> there is a patch fixing it 15:17:22 <vishalmanchanda> ok 15:17:30 <vishalmanchanda> will review it asap. 15:17:36 <rdopiera> basically the login tests were too fast for the video recording to create a file 15:17:53 <vishalmanchanda> ohh ok. 15:17:55 <rdopiera> and the cleanup failed because there was no file to delete 15:19:10 <vishalmanchanda> which patch fixing the issue? 15:19:56 <vishalmanchanda> This one https://review.opendev.org/c/openstack/horizon/+/904928 ? 15:20:10 <rdopiera> yes 15:20:19 <vishalmanchanda> ok 15:20:50 <rdopiera> it basically just ignores errors when trying to delete the file 15:24:38 <vishalmanchanda> ok 15:24:45 <vishalmanchanda> moving to next item 15:24:50 <vishalmanchanda> Migrate to Django version =>4.2 from Django 3.2. horizon 15:25:08 <vishalmanchanda> I have pushed a patch for this migration. 15:25:25 <vishalmanchanda> Please review it asap, so I can move to the next step. 15:25:46 <vishalmanchanda> https://review.opendev.org/c/openstack/horizon/+/905218 15:27:21 <vishalmanchanda> once it got merged, I have to cut a new release of horizon then I can update Django version in openstack/requirements ``upper-constraints file`` https://review.opendev.org/c/openstack/requirements/+/904202 15:28:01 <vishalmanchanda> rdopiera: thanks for quick review. 15:28:46 <vishalmanchanda> moving to the next item 15:28:49 <vishalmanchanda> Migration to next nodejs LTS version nodejs v18-> nodejs v20 15:30:08 <vishalmanchanda> horizon & all horizon plugins works fine with nodejs v20 https://review.opendev.org/c/openstack/horizon/+/904934/2 15:30:54 <vishalmanchanda> So we can drop nodejs v18 jobs https://review.opendev.org/c/openstack/horizon/+/904932 15:31:01 <vishalmanchanda> Please review https://review.opendev.org/c/openstack/horizon/+/904932 15:32:27 <vishalmanchanda> moving to the next item Switching to openstacksdk 15:33:27 <vishalmanchanda> Initial patch is up for this https://review.opendev.org/c/openstack/horizon/+/891205 15:34:02 <vishalmanchanda> I will try to review it asap. 15:35:11 <vishalmanchanda> next item is Use placement API for the hypervisor stats 15:35:50 <vishalmanchanda> One patch already got merged for this https://review.opendev.org/c/openstack/horizon/+/890525 15:36:00 <rdopiera> I think it's mostly done, I think tovchin wanted to collect some feedback about whether we should add or remove any stats from it 15:36:18 <vishalmanchanda> Let's check with tatina what else needs left to fix here. 15:36:32 <vishalmanchanda> rdopiera: ack. 15:37:55 <vishalmanchanda> next is Switch the default memcached library 15:38:11 <rdopiera> I think we did it? 15:38:20 <vishalmanchanda> yes 15:38:45 <vishalmanchanda> https://review.opendev.org/c/openstack/horizon/+/891828 15:41:39 <vishalmanchanda> any updates on Switch the SCSS library ? 15:41:51 <vishalmanchanda> rdopiera: ^^ 15:43:20 <rdopiera> nothing new, last time I figured out we can use the latest versions of the compilers, because they no longer need the --scss flag, but I haven't tested it yet 15:44:00 <rdopiera> I have to update the patch and figure out what other patches we need to make sure the dependencies get installed properly 15:46:01 <vishalmanchanda> ok. 15:46:23 <vishalmanchanda> Do you have any other topic to discuss? 15:47:44 <rdopiera> If you have time, can you take a look at the two performance patches? https://review.opendev.org/c/openstack/horizon/+/901984 https://review.opendev.org/c/openstack/horizon/+/901908 ? 15:48:09 <rdopiera> we want to deploy them for our customer who has performance problems 15:48:56 <rdopiera> they should speed up the networks admin view dramatically 15:49:17 <vishalmanchanda> ok I will try to review them by tomorrow. 15:50:31 <rdopiera> thank you 15:52:07 <vishalmanchanda> ok thanks for joining, see you next week. 15:52:12 <rdopiera> bye 15:52:18 <vishalmanchanda> #endmeeting