Monday, 2024-10-14

opendevreviewDawud proposed openstack/cloudkitty master: Remove set_state function and its references  https://review.opendev.org/c/openstack/cloudkitty/+/92750107:16
opendevreviewMerged openstack/cloudkitty-dashboard master: Bump hacking  https://review.opendev.org/c/openstack/cloudkitty-dashboard/+/92995010:23
opendevreviewMerged openstack/python-cloudkittyclient master: Bump hacking  https://review.opendev.org/c/openstack/python-cloudkittyclient/+/92992210:34
rafaelweingartner#startmeeting cloudkitty14:00
opendevmeetMeeting started Mon Oct 14 14:00:15 2024 UTC and is due to finish in 60 minutes.  The chair is rafaelweingartner. Information about MeetBot at http://wiki.debian.org/MeetBot.14:00
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.14:00
opendevmeetThe meeting name has been set to 'cloudkitty'14:00
rafaelweingartnerHello guys!14:00
rafaelweingartnerRoll count14:00
priteauo/14:01
priteauHello Rafael14:01
mattcreesHello o/ 14:01
rafaelweingartnerhey guys!14:02
rafaelweingartner#topic vPTG meeting14:03
rafaelweingartnerIf you did not register yet, please do register at http://ptg.openinfra.dev/14:03
rafaelweingartnerThe schedule is not open for us to select, yet, right?14:04
priteauIt has been open for some time now14:04
priteauhttps://ptg.opendev.org/ptg.html14:04
priteauWe can book time on #openinfra-events14:05
rafaelweingartnercan we book monday?14:06
priteauOf course14:06
rafaelweingartnerI booked three slots, just in case14:07
priteauCan we start from 1400 UTC?14:08
rafaelweingartnersure14:08
rafaelweingartnerI will update then14:08
rafaelweingartner#cloudkitty unbook cactus-MonB114:08
priteauThanks14:13
rafaelweingartner#topic Taget reviews14:16
rafaelweingartner#topic Python 3.12 unit test failures14:16
rafaelweingartnerI guess we will need to update the tests, right?14:16
rafaelweingartnerThe issue is related with this patch: #link https://review.opendev.org/c/openstack/cloudkitty/+/91547914:16
priteauFor some reason the test failure that was random on Python 3.12 seems to be much more common now14:17
opendevreviewJames Page proposed openstack/cloudkitty master: Misc fixes for Python 3.12 compatibility  https://review.opendev.org/c/openstack/cloudkitty/+/91547914:17
rafaelweingartneryes, I am seeing it14:17
rafaelweingartnerbut, I guess we should not change the API, but rather the client, right?14:18
rafaelweingartnerfor instance, using round on the client side, and then we leave the api to return the complete result14:18
priteauDo we know if it is the result sent back by the API that changed in 3.12?14:21
priteauI would assume so, given it used to work with assertEqual14:21
rafaelweingartnerIt seems that the precision in Python has changed14:22
rafaelweingartnerand not the API process itself14:22
priteauBut rounding just at 3 digits is a big change14:22
rafaelweingartnerexactly14:22
rafaelweingartnerthat is why I mean saying not to round in the API14:22
rafaelweingartnerwe can just fix the client14:22
rafaelweingartnerby client here, I mean the test14:23
priteauWell, the unit test rather than the client?14:26
rafaelweingartnerexactly14:26
rafaelweingartnerthe "thing" consuming the API14:26
rafaelweingartnerwhich is the test, and it consumes the API unsing the cloudkitty client. However, the outptu is received form the CLI, and processed (validated) in the test code14:27
priteauLet's continue discussion on the patch itself once Zuul has finished checking14:29
rafaelweingartnerThat was my question there some months ago: https://review.opendev.org/c/openstack/cloudkitty/+/915479/comments/ea69b564_4189d0c214:31
priteauI know, but it looks like the author is inactivate14:32
priteauinactive14:32
rafaelweingartneryes =)14:32
rafaelweingartnerbut we can discuss there14:32
rafaelweingartnerMoving on14:35
rafaelweingartner#topic Core reviewer team14:35
rafaelweingartnerWe sent the email to invite Matt14:36
rafaelweingartnerI guess there is nothing against it14:36
rafaelweingartnerso, I guess we will be adding him to the team14:36
rafaelweingartnerpriteau: do you know the process from this point?14:36
priteauOn Gerrit, go to Browse > Groups, search for cloudkitty-core, click on Members14:37
priteauYou will be able to add Matt there.14:37
rafaelweingartnerdone!14:39
rafaelweingartnermatt can you test it?14:39
mattcreesSweet, yes I can now see +2 powers in Gerrit :) 14:39
rafaelweingartner=)14:40
priteauShould we remove Mariusz too?14:40
rafaelweingartnerI do not know14:40
rafaelweingartnermaybe wait some more mnths before removing him?14:40
priteauHe said he would be inactive14:42
rafaelweingartnerOk14:42
rafaelweingartnerI can remove him then14:42
rafaelweingartnerdone14:42
rafaelweingartnerbesides these topics. Do you guys have something els?14:45
priteauJust sharing that we should add topics to the PTG Etherpad: https://etherpad.opendev.org/p/oct2024-ptg-cloudkitty14:46
rafaelweingartneryes, I know14:47
rafaelweingartnerI will try to review the previous one, and see what we want to do next14:47
rafaelweingartneryour additions are welcome as well :)14:47
priteauAlso there are some simple patches to review14:48
priteauhttps://review.opendev.org/c/openstack/cloudkitty-dashboard/+/93226514:48
priteauhttps://review.opendev.org/c/openstack/python-cloudkittyclient/+/93118114:49
rafaelweingartnerthanks!14:51
priteauhttps://review.opendev.org/c/openstack/cloudkitty-tempest-plugin/+/92573614:52
priteauThere will be more once we fix the py3.12 issues14:54
rafaelweingartneryes14:54
opendevreviewMerged openstack/cloudkitty-dashboard master: tox: Drop envdir  https://review.opendev.org/c/openstack/cloudkitty-dashboard/+/93226514:56
rafaelweingartnerI guess that is all for today then14:57
priteauAll good14:57
rafaelweingartnerThank you guys for participating. Have a nice week.14:57
mattcreesCheers14:57
rafaelweingartner#endmeeting14:57
opendevmeetMeeting ended Mon Oct 14 14:57:48 2024 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)14:57
opendevmeetMinutes:        https://meetings.opendev.org/meetings/cloudkitty/2024/cloudkitty.2024-10-14-14.00.html14:57
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/cloudkitty/2024/cloudkitty.2024-10-14-14.00.txt14:57
opendevmeetLog:            https://meetings.opendev.org/meetings/cloudkitty/2024/cloudkitty.2024-10-14-14.00.log.html14:57
opendevreviewMerged openstack/python-cloudkittyclient master: Replace distutils  https://review.opendev.org/c/openstack/python-cloudkittyclient/+/93118115:18
opendevreviewMerged openstack/cloudkitty-tempest-plugin master: Remove stable/zed job  https://review.opendev.org/c/openstack/cloudkitty-tempest-plugin/+/92573615:38

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