15:00:14 <vishalmanchanda> #startmeeting horizon
15:00:14 <opendevmeet> Meeting started Wed May 10 15:00:14 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:14 <opendevmeet> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote.
15:00:14 <opendevmeet> The meeting name has been set to 'horizon'
15:00:29 <tmazur> o/
15:00:41 <vishalmanchanda> Hello everyone
15:00:47 <amotoki> hi
15:01:09 <rdopiera> o/
15:01:35 <vishalmanchanda> nice, most of members who joined the meeting. already joined
15:01:41 <vishalmanchanda> let's start the meeting
15:01:56 <vishalmanchanda> agenda of meeting can be found here https://etherpad.opendev.org/p/horizon-release-priorities#L39
15:02:10 <vishalmanchanda> #topic Notices
15:03:23 <vishalmanchanda> Just a casual reminder about the schedule.
15:03:53 <vishalmanchanda> This week is Bobcat-1 milestone week.
15:04:18 <vishalmanchanda> For more info. about the schedule, please see https://releases.openstack.org/bobcat/schedule.html
15:05:09 <vishalmanchanda> I have no other announcements for this week. If anyone have any other announcement to make, please go ahead.
15:06:01 <vishalmanchanda> moving to the next topic
15:06:27 <vishalmanchanda> #topic Release priorities
15:07:14 <vishalmanchanda> jQuery Migration update
15:07:42 <vishalmanchanda> Thanks everyone for quick approval on jQuery deprecation fixes.
15:08:07 <vishalmanchanda> I am still seeing few warning which I am trying to fix in my local env.
15:08:18 <vishalmanchanda> I will try to push patches asap.
15:08:26 <vishalmanchanda> that's all update on this topic.
15:08:56 <vishalmanchanda> Setuptools 67.3.1 issue
15:09:41 <vishalmanchanda> https://bugs.launchpad.net/horizon/+bug/2007574
15:10:05 <vishalmanchanda> thanks rdopiera for working on this and creating a new release.
15:10:12 <vishalmanchanda> https://github.com/xstatic-py/xstatic/commit/5cd7a2347046b71056ae29f00ffa4f71218a5c0c
15:10:29 <vishalmanchanda> I am not sure if that issue is fixed or not.
15:11:07 <vishalmanchanda> mnasiadka: Did you check if latest release of xtstaic-py fixes above bug?
15:11:46 <vishalmanchanda> I can see CI still fails for this patch https://review.opendev.org/c/openstack/kolla/+/876460
15:12:32 <rdopiera> not sure if it needs to be told to use the newer xstatic?
15:14:05 <vishalmanchanda> hmm
15:17:57 <rdopiera> it's also possible I misunderstood that pypa discussion, and we will need to make that change in every xstatic package
15:17:59 <vishalmanchanda> Do we need to update version in horizon ``requirements.txt``
15:18:00 <vishalmanchanda> https://github.com/openstack/horizon/blob/691596658b7dc5718650c84ea09c9350b243b8de/requirements.txt#L48
15:18:25 <rdopiera> it's >=, so it should take the newest
15:18:43 <rdopiera> but there was that other file for requirements too?
15:18:54 <amotoki> Looking at the gerrit review you shared, xstatic 1.0.2 is still used.
15:18:55 <amotoki> https://zuul.opendev.org/t/openstack/build/6e779b491ea74b74bae77a7040cca869/log/kolla/build/horizon.log#144
15:19:01 <amotoki> I think 1.0.3 needs to be used.
15:20:31 <rdopiera> right, because it's using a local mirror
15:21:00 <amotoki> +1 for updating horizon requirements.txt. It would be a clear signal.
15:21:39 <rdopiera> what about upper-constraints.txt?
15:21:44 <vishalmanchanda> yes
15:21:45 <rdopiera> do we need to update that?
15:21:58 <vishalmanchanda> that also need to be updated, looking
15:22:09 <amotoki> u-c also needs to be updated
15:22:12 <amotoki> https://zuul.opendev.org/t/openstack/build/6e779b491ea74b74bae77a7040cca869/log/kolla/build/horizon.log#91
15:22:26 <amotoki> the kolla job uses upper-constraints
15:22:32 <vishalmanchanda> https://github.com/openstack/requirements/blob/29f5dfe34e72e86d6e99aba21c5a7c40b4a7dca8/upper-constraints.txt#L479
15:23:01 <vishalmanchanda> I will push a patch and let's if issue got fixed.
15:23:40 <amotoki> xstatic is not an openstack deliverable, so I think the requirement job detects a new release and proposes an update of u-c automatically
15:24:08 <rdopiera> well, it didn't
15:24:40 <vishalmanchanda> anyway, we can manually update it.
15:26:11 <amotoki> yeah. xstatic 1.0.3 was released a week ago but it is still not picked up. something strange. let's update it manually
15:26:13 <vishalmanchanda> I will try to push a patch asap to update Xstatic version in u-c and horizon ``requirements.txt``
15:27:04 <vishalmanchanda> that's all from my side on this topic.
15:27:12 <vishalmanchanda> moving to next topic
15:27:22 <vishalmanchanda> #topic open-discussion
15:28:28 <vishalmanchanda> tmazur: thanks, for working on this bug https://bugs.launchpad.net/horizon/+bug/2018232
15:28:50 <tmazur> np
15:29:06 <vishalmanchanda> Can you also purpose backport to stable branches atleast till stable/zed as mentioned in bug summary.
15:29:23 <tmazur> Oh sure thing, thanks for reminding me!
15:29:27 <vishalmanchanda> User facing the same issue in stable/zed branch.
15:29:31 <vishalmanchanda> tmazur: thanks
15:30:38 <amotoki> in which release did we make the relevant change?
15:30:53 <amotoki> we need to backport it up to such branch
15:31:11 <tmazur> It was zed
15:31:16 <amotoki> thanks
15:31:17 <vishalmanchanda> yes
15:31:28 <tmazur> The issue came with AngularJS upgrade
15:33:09 <vishalmanchanda> There is one new bug reported this week, https://bugs.launchpad.net/horizon/+bug/2018696
15:33:46 <opendevreview> Tatiana Ovchinnikova proposed openstack/horizon stable/zed: Fix qos and trunks tables  https://review.opendev.org/c/openstack/horizon/+/882777
15:34:12 <vishalmanchanda> I didn't get the time to look into it, If anyone have time. please take a look.
15:37:50 <vishalmanchanda> Does anyone have any other topic to discuss?
15:40:50 <vishalmanchanda> If no other topic to discuss, let's end this meeting.
15:41:09 <vishalmanchanda> Thanks everyone for joining, see you next week.
15:41:24 <vishalmanchanda> #endmeeting