Wednesday, 2022-02-09

opendevreviewRadomir Dopieralski proposed openstack/horizon master: Add a unit test for the password change form  https://review.opendev.org/c/openstack/horizon/+/82838112:22
opendevreviewRadomir Dopieralski proposed openstack/horizon master: Add a unit test for the password change form  https://review.opendev.org/c/openstack/horizon/+/82838113:02
amotokiprometheanfire: I see your comment. Is there anything we should check? https://meetings.opendev.org/irclogs/%23openstack-horizon/%23openstack-horizon.2022-02-08.log.html#t2022-02-08T19:39:4313:29
opendevreviewRodrigo Barbieri proposed openstack/horizon master: Implement pagination in admin/proj network tab  https://review.opendev.org/c/openstack/horizon/+/80645413:53
opendevreviewRodrigo Barbieri proposed openstack/horizon master: Implement pagination in admin/proj network tab  https://review.opendev.org/c/openstack/horizon/+/80645414:24
vishalmanchanda#startmeeting horizon15:00
opendevmeetMeeting started Wed Feb  9 15:00:25 2022 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
vishalmanchandahello everyone15:00
gansoo/15:01
vishalmanchandalet's wait for few minutes if more people join us.15:01
opendevreviewRadomir Dopieralski proposed openstack/horizon master: Add a unit test for the password change form  https://review.opendev.org/c/openstack/horizon/+/82838115:01
e0nehi15:02
rdopierao/15:03
amotokio/15:03
vishalmanchandaLet's start the meeting.15:03
vishalmanchandaAgenda for today meeting can be found here https://etherpad.opendev.org/p/horizon-release-priorities (at line 32)15:03
vishalmanchanda#topic Notices15:04
vishalmanchandaI have few announcements to make for this week15:04
vishalmanchandaAs usual Yoga Schedule https://releases.openstack.org/yoga/schedule.html15:04
vishalmanchandaThis week is R-7 week.15:05
vishalmanchandaWe have only 2 weeks left for feature freeze.15:05
vishalmanchandaI'll add review-priority for feature patches to get more attention.15:05
vishalmanchandamoving to next announcement15:06
vishalmanchandaTeam Signup for Z cycle PTG.15:06
vishalmanchandahttp://lists.openstack.org/pipermail/openstack-discuss/2022-February/027051.html15:06
vishalmanchandaIt is actually a action item for me, I will create a etherpad to collect topic and doodle poll to select the time which work for all of us and will share it on open-discuss ML.15:07
vishalmanchandaI will try to book the same time slots which we use for previous virtual ptg.15:08
e0nevishalmanchanda: +115:08
vishalmanchandameanwhile register yourself for ptg  to get all ptg related updates15:10
vishalmanchanda #registration link  https://openinfra-ptg.eventbrite.com/15:10
vishalmanchandamoving to next announcement15:10
vishalmanchandaPTL and TC nomination for Z cycle started15:10
vishalmanchanda#link http://lists.openstack.org/pipermail/openstack-discuss/2022-February/027070.html15:10
vishalmanchandaIf you want to nominate yourself, please go ahead, Deadline for that is Feb 15,23:45 UTC.15:11
vishalmanchandalet me know if anyone of you interested in PTL role.15:12
vishalmanchandaIn case no-one come forward, I can serve as PTL for Z cycle.15:13
vishalmanchandathat's all announcement from my side for this week15:14
vishalmanchandaIf anyone else have any announcement to make please go ahead.15:14
vishalmanchandaOtherwise I'll move to next topic15:14
vishalmanchandamoving to next topic15:16
vishalmanchanda#topic On-Demand Agenda15:16
vishalmanchandaThere is a bug reported in horizon for pyScss doesn't work with python 3.1015:17
vishalmanchanda#link https://bugs.launchpad.net/horizon/+bug/196020415:17
e0nevishalmanchanda: do you have a link?15:17
vishalmanchandaA pull request to fix it is already up https://github.com/Kronuz/pyScss/pull/41115:18
e0nevishalmanchanda: thanks! will review and release it today pr tomorrow15:18
vishalmanchandae0ne: awesome:)15:19
vishalmanchandaOnce the PR request is merged and a new release is up with that change. I will update pyscss version in horizon or others.15:20
vishalmanchandaNext is a review request for https://review.opendev.org/c/openstack/horizon/+/80645415:21
gansovishalmanchanda: not really a review request15:21
gansoI just wanted to draw attention to that patch because now the unit tests for that class are not failing anymore, tests seem to have been removed, this looks strange as if there are things not being tested anymore. Before, my patch would break a bunch of tests for that class, but now there is no longer any breakage, but I believe there should have been15:21
gansovishalmanchanda: regarding my patch, it is up and waiting for reviews, discussion specific to it can happen there, but I just wanted to highlight that specific thing about the Django patch in this meeting15:22
amotokiganso: what is "that specific thing about the Django patch"?15:24
vishalmanchandaganso: ok I am the one who pushed that Django patch, Could you point me to that test cases you want to highlight.15:25
gansovishalmanchanda: openstack_dashboard/dashboards/project/instances/tests.py15:26
gansovishalmanchanda: it is just that before I rebased there were a lot of unit tests in that classes affected by my changes, and after I rebased, there weren't any anymore15:27
gansothe instances screen is certainly affected by my patch, as it invokes neutron to list networks for the instances15:27
amotokiopenstack_dashboard/dashboards/project/instances/tests.py was changed a lot as we dropped the Django implementation of the launch instance form.15:28
amotokiI think this is what you hit.15:28
gansoamotoki: yes, but the new changes now cause it to not any breakages with my patch, this looks odd, I'm not sure if coverage was affected by the changes that test class. I'm just raising awareness that something may be of concern there15:29
vishalmanchandaganso: Hmm Please add your comment on the patch if you think if I have dropped any of tests which I shouldn't.15:30
vishalmanchandahttps://review.opendev.org/c/openstack/horizon/+/816303/9/openstack_dashboard/dashboards/project/instances/tests.py15:30
gansovishalmanchanda: ok, I will take a deeper look into that. Thanks!15:31
amotokiin the angular implementation, network list is requested via openstack_dashboard/api/rest/neutron.py. I havent' checked how the pagination is supported in the angular launch instance form15:31
amotokibut it just calls the network listing.15:31
gansoamotoki: hmmm I think that means the asserts are being done in a different layer now, no longer in project/instances/tests.py15:32
amotokiganso: right, project/instances/ no longer handles the launch instance15:33
vishalmanchandaok I have one more thing to discuss. 15:33
gansoamotoki: oh so that must be it, thanks!15:33
rdopieraby the way, the integration tests for the angular launch instance dialog are still being skipped, maybe that's why we don't have tests failing? there is a patch up that enables them back15:34
vishalmanchandardopiera: you mean this one https://review.opendev.org/c/openstack/horizon/+/819725 ?15:35
rdopierayup15:35
rdopierawink, wink, nudge, nudge15:35
tmazurThere's also a navigation fixed for angular tables15:35
tmazurSo when we have it merged we can add more tests on angular tables15:36
vishalmanchandatmazur: thanks for working on it, I will review it asap.15:36
tmazurThank you!15:36
vishalmanchandaLast week I was investigating a  bug and was unable to reproduce it in my local15:37
vishalmanchanda env. https://bugs.launchpad.net/horizon/+bug/195655215:37
tmazurI tried to reproduce it but no success too15:37
amotokitmazur: does https://review.opendev.org/c/openstack/horizon/+/819725 cover what you mentioned?15:37
vishalmanchandatmazur: ok I see.15:37
tmazuramotoki: yes15:38
amotokitmazur: thanks15:38
rdopieravishalmanchanda: could be caching issue15:38
amotokiregarding the translation bug, I sometimes hit it but full reloading usually solves it.15:39
amotokiI don't know the exact reason....15:39
rdopierait may depend on the browser being used15:39
vishalmanchandardopiera: amotoki : okay I will check with bug owner and add my comments there.15:40
amotokiI guess it is related to the browser cache. I usually use Chrome (on mac, windows)15:40
rdopierachrome here too, and I think I've seen it too15:40
rdopierabut it's random and a refresh helps15:40
amotokiyeah, it is really random15:41
rdopieramagic15:41
vishalmanchandaLast one, there is a series of patches to fix django40-warnings from amotoki , all of patches LGTM.15:41
gansoone more thing before we close, quick request for one more extra pair of eyes on this patch that already has a +2 and a concern comment from rdopiera : https://review.opendev.org/c/openstack/horizon/+/80923015:42
vishalmanchanda#link https://review.opendev.org/q/topic:django40-warnings15:42
vishalmanchandaPlease take a look once you have time.15:42
amotokire: the change ganso mentioned, I will look at it in detail too15:43
rdopieraI don't have a problem with that change per se, I just wanted to point out the side effect15:44
prometheanfireamotoki: I'm not sure what else to check, I've tried wallaby, xena and master horizon (rest of openstack is on xena), master needs newer keystone maybe?  the other two failed to boot an instance that the command line could boot15:44
amotokiprometheanfire: I did not know what is the original one. I just saw your message with that url above.... we are in the meeting so let me ask you a bit later.15:45
vishalmanchandaprometheanfire: hi, Could you please open a bug for that and details there.15:46
opendevreviewTatiana Ovchinnikova proposed openstack/horizon master: Add a unit test for the password change form  https://review.opendev.org/c/openstack/horizon/+/82838115:46
gansoamotoki: thank you15:48
amotokiif there is no other topic in On-Demand agenda, I have one thing I would like to discuss.15:48
vishalmanchandaamotoki: please go ahead.15:48
amotokiduring reviewing https://review.opendev.org/c/openstack/horizon/+/808102, I noticed the negative side of our microvesion support.15:48
amotokithe issue was caused by the difference of the server responss around nova API versions15:49
amotokinova API changed the server resposne in API 2.4715:49
amotokibut our code around flavor did not catch up with the change.15:49
amotokito simplify the code, I wonder it is time to bump the min version of nova API to some version.15:50
amotokifor example, nova API version four release before.15:50
e0neamotoki: +1, there is  no need to support old veresions15:50
amotokiour default version of nova is still 2.1. we cannot support too many combinations of API versions.....15:51
opendevreviewMerged openstack/horizon master: Replace deprecated imp module  https://review.opendev.org/c/openstack/horizon/+/82302815:51
amotokilast time we discussed the same topic, we did not do so because we cannot test all cases in every release15:52
amotokibut we might need to consider bumping the min periodically15:52
vishalmanchandaamotoki: I am fine with that.15:53
amotokiI don't think we have a conclusion now. I just want to raise this topic to have it in your minds :)15:53
vishalmanchandaamotoki: noted, thanks for raising it.15:54
amotokithanks for the feedbacks. I contineu to explore how we can bump the min version and maintain it easily. that's all from me today15:55
vishalmanchandaDoes anyone have any other topic to discuss?15:55
e0nea quick question to rdopiera15:56
e0nerdopiera: could you please rebase https://review.opendev.org/c/openstack/horizon/+/794809? I'm hitting issues with dependencies and failed to run horizon with this patch :(15:56
vishalmanchandardopiera: I can rebase it if it's fine for you...15:57
vishalmanchandardopiera: In case you don't have time to update it.15:57
rdopierae0ne: I think it's old enough that there might have been considerable changes in the mean time15:58
rdopieraI will look into it15:58
e0neyes:(15:58
e0nerdopiera: thanks15:58
vishalmanchandaok if nothing else to discuss, we can end this meeting.15:59
vishalmanchandaThanks, everyone for your contributions!15:59
vishalmanchandaSee you next week.15:59
vishalmanchanda#endmeeting15:59
opendevmeetMeeting ended Wed Feb  9 15:59:52 2022 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)15:59
opendevmeetMinutes:        https://meetings.opendev.org/meetings/horizon/2022/horizon.2022-02-09-15.00.html15:59
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/horizon/2022/horizon.2022-02-09-15.00.txt15:59
opendevmeetLog:            https://meetings.opendev.org/meetings/horizon/2022/horizon.2022-02-09-15.00.log.html15:59
*** ralonsoh_ is now known as ralonsoh16:40

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