opendevreview | zhou zhong proposed openstack/horizon master: Remove the flavors don't meet the ram of image required https://review.opendev.org/c/openstack/horizon/+/905198 | 09:09 |
---|---|---|
opendevreview | zhou zhong proposed openstack/horizon master: Remove the flavors don't meet the ram of image required https://review.opendev.org/c/openstack/horizon/+/905198 | 09:10 |
*** ironfoot_ is now known as ironfoot | 11:04 | |
opendevreview | Vishal Manchanda proposed openstack/horizon master: Allow both Django 3.2 and 4.2 for smooth transition https://review.opendev.org/c/openstack/horizon/+/905218 | 13:59 |
vishalmanchanda | #startmeeting horizon | 15:00 |
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 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:00 |
opendevmeet | The meeting name has been set to 'horizon' | 15:00 |
rdopiera | o/ | 15:00 |
vishalmanchanda | hello everyone | 15:00 |
vishalmanchanda | let's wait for few mins, if more people joins us. | 15:01 |
rdopiera | tovchin can't come today | 15:03 |
vishalmanchanda | ohk then only two of us. | 15:03 |
vishalmanchanda | anyway let's start the meeting | 15:03 |
vishalmanchanda | happy new year everyone, hope you enjoyed your vacations. | 15:04 |
vishalmanchanda | #topic Notices | 15:04 |
vishalmanchanda | few announcements from my side for this week. | 15:04 |
vishalmanchanda | First of all a casual reminder about the schedule. | 15:06 |
vishalmanchanda | This week is R-12 week. Caracal-2 milestone | 15:06 |
vishalmanchanda | For more info. about the schedule, please see https://releases.openstack.org/caracal/schedule.html | 15:07 |
vishalmanchanda | moving to next announcement. | 15:08 |
vishalmanchanda | Dates for next PTG is announced. | 15:09 |
vishalmanchanda | It is going be virtual ptg from April 8-12, 2024 | 15:09 |
vishalmanchanda | https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/MIK6GXZXUFS5M3UOVILLDNDGURGH7UQV/ | 15:09 |
vishalmanchanda | I have done signed up for the horizon team. | 15:10 |
vishalmanchanda | moving to next announcement | 15:10 |
vishalmanchanda | Voting for next 'D' cycle is opened | 15:12 |
vishalmanchanda | Voting will close on January 12, | 15:12 |
vishalmanchanda | https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/N7OCEHENUZNMKKFOBBYRSJXEDJVJMGXI/ | 15:12 |
vishalmanchanda | that's all announcement for this week. | 15:13 |
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:14 |
vishalmanchanda | Switch from current tests to new pytest-based selenium tests | 15:16 |
vishalmanchanda | I guess good progress on this feature. | 15:16 |
rdopiera | yes, though we are starting to find the hairy corner cases | 15:16 |
vishalmanchanda | but I observe due to last 2-3 patches non-voting job start failing. | 15:16 |
rdopiera | there is a patch fixing it | 15:17 |
vishalmanchanda | ok | 15:17 |
vishalmanchanda | will review it asap. | 15:17 |
rdopiera | basically the login tests were too fast for the video recording to create a file | 15:17 |
vishalmanchanda | ohh ok. | 15:17 |
rdopiera | and the cleanup failed because there was no file to delete | 15:17 |
vishalmanchanda | which patch fixing the issue? | 15:19 |
vishalmanchanda | This one https://review.opendev.org/c/openstack/horizon/+/904928 ? | 15:19 |
rdopiera | yes | 15:20 |
vishalmanchanda | ok | 15:20 |
rdopiera | it basically just ignores errors when trying to delete the file | 15:20 |
vishalmanchanda | ok | 15:24 |
vishalmanchanda | moving to next item | 15:24 |
vishalmanchanda | Migrate to Django version =>4.2 from Django 3.2. horizon | 15:24 |
vishalmanchanda | I have pushed a patch for this migration. | 15:25 |
vishalmanchanda | Please review it asap, so I can move to the next step. | 15:25 |
vishalmanchanda | https://review.opendev.org/c/openstack/horizon/+/905218 | 15:25 |
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:27 |
vishalmanchanda | rdopiera: thanks for quick review. | 15:28 |
vishalmanchanda | moving to the next item | 15:28 |
vishalmanchanda | Migration to next nodejs LTS version nodejs v18-> nodejs v20 | 15:28 |
vishalmanchanda | horizon & all horizon plugins works fine with nodejs v20 https://review.opendev.org/c/openstack/horizon/+/904934/2 | 15:30 |
vishalmanchanda | So we can drop nodejs v18 jobs https://review.opendev.org/c/openstack/horizon/+/904932 | 15:30 |
vishalmanchanda | Please review https://review.opendev.org/c/openstack/horizon/+/904932 | 15:31 |
vishalmanchanda | moving to the next item Switching to openstacksdk | 15:32 |
vishalmanchanda | Initial patch is up for this https://review.opendev.org/c/openstack/horizon/+/891205 | 15:33 |
vishalmanchanda | I will try to review it asap. | 15:34 |
vishalmanchanda | next item is Use placement API for the hypervisor stats | 15:35 |
vishalmanchanda | One patch already got merged for this https://review.opendev.org/c/openstack/horizon/+/890525 | 15:35 |
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 |
vishalmanchanda | Let's check with tatina what else needs left to fix here. | 15:36 |
vishalmanchanda | rdopiera: ack. | 15:36 |
vishalmanchanda | next is Switch the default memcached library | 15:37 |
rdopiera | I think we did it? | 15:38 |
vishalmanchanda | yes | 15:38 |
vishalmanchanda | https://review.opendev.org/c/openstack/horizon/+/891828 | 15:38 |
vishalmanchanda | any updates on Switch the SCSS library ? | 15:41 |
vishalmanchanda | rdopiera: ^^ | 15:41 |
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:43 |
rdopiera | I have to update the patch and figure out what other patches we need to make sure the dependencies get installed properly | 15:44 |
vishalmanchanda | ok. | 15:46 |
vishalmanchanda | Do you have any other topic to discuss? | 15:46 |
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:47 |
rdopiera | we want to deploy them for our customer who has performance problems | 15:48 |
rdopiera | they should speed up the networks admin view dramatically | 15:48 |
vishalmanchanda | ok I will try to review them by tomorrow. | 15:49 |
rdopiera | thank you | 15:50 |
vishalmanchanda | ok thanks for joining, see you next week. | 15:52 |
rdopiera | bye | 15:52 |
vishalmanchanda | #endmeeting | 15:52 |
opendevmeet | Meeting ended Wed Jan 10 15:52:18 2024 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:52 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/horizon/2024/horizon.2024-01-10-15.00.html | 15:52 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/horizon/2024/horizon.2024-01-10-15.00.txt | 15:52 |
opendevmeet | Log: https://meetings.opendev.org/meetings/horizon/2024/horizon.2024-01-10-15.00.log.html | 15:52 |
opendevreview | Merged openstack/horizon master: Drop Nodejs v18 job https://review.opendev.org/c/openstack/horizon/+/904932 | 18:54 |
*** jph4 is now known as jph | 23:48 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!