Monday, 2026-01-12

opendevreviewCyril Roelandt proposed openstack/glance-specs master: Add support for flake8  https://review.opendev.org/c/openstack/glance-specs/+/97303300:39
opendevreviewCyril Roelandt proposed openstack/glance-specs master: Add support for doc8  https://review.opendev.org/c/openstack/glance-specs/+/97303400:39
opendevreviewMerged openstack/glance master: Add glance/wsgi/__init__.py  https://review.opendev.org/c/openstack/glance/+/97124101:15
*** mhen_ is now known as mhen02:57
opendevreviewIvan Anfimov proposed openstack/glance stable/2025.1: Add glance/wsgi/__init__.py  https://review.opendev.org/c/openstack/glance/+/97303505:11
opendevreviewIvan Anfimov proposed openstack/glance stable/2025.2: Add glance/wsgi/__init__.py  https://review.opendev.org/c/openstack/glance/+/97303605:11
opendevreviewTakashi Kajinami proposed openstack/glance_store master: Use ServiceCatalog class for identity v3 API  https://review.opendev.org/c/openstack/glance_store/+/97304105:53
opendevreviewTakashi Kajinami proposed openstack/glance_store master: Use ServiceCatalog class for identity v3 API  https://review.opendev.org/c/openstack/glance_store/+/97304105:57
opendevreviewTakashi Kajinami proposed openstack/glance master: Use ServiceCatalog class for identity v3 API  https://review.opendev.org/c/openstack/glance/+/97304405:59
opendevreviewTakashi Kajinami proposed openstack/glance master: Use ServiceCatalog class for identity v3 API  https://review.opendev.org/c/openstack/glance/+/97304410:34
abhishekkcroelandt: Looks like some issue with upstream promote-openstack-specs jobs, specs are merged but it does not show in master12:51
abhishekkhttps://review.opendev.org/c/openstack/glance-specs/+/971188 e.g. this one12:51
opendevreviewTakashi Kajinami proposed openstack/glance master: Use ServiceCatalog from python-keystoneclient.  https://review.opendev.org/c/openstack/glance/+/97308312:52
opendevreviewTakashi Kajinami proposed openstack/glance master: Use ServiceCatalog from python-keystoneclient.  https://review.opendev.org/c/openstack/glance/+/97308313:40
fricklerabhishekk: croelandt: that job ran before we refreshed the AFS secret. do you have another change to merge on that repo? otherwise we could maybe rerun that buildset (you cannot do it via the UI) https://zuul.opendev.org/t/openstack/build/7ceb5dbb12f24daa94f6cd122841495814:02
abhishekkfrickler: let me check14:03
abhishekkwe have couple of changes, but gate is failing on that, I have added recheck, if it works then croelandt can merge it14:04
croelandthm seems to me the changes are available in https://opendev.org/openstack/glance-specs but not on the GitHub mirror14:06
opendevreviewTakashi Kajinami proposed openstack/glance master: Use ServiceCatalog from python-keystoneclient.  https://review.opendev.org/c/openstack/glance/+/97308314:19
opendevreviewTakashi Kajinami proposed openstack/glance master: Remove remaining logic for identity v1/v2 API  https://review.opendev.org/c/openstack/glance/+/97310214:19
fricklerah, github mirroring was affected too until earlier today and the same holds there. but I see the CI still failing without logs, I need to dig into zuul to investigate further https://zuul.opendev.org/t/openstack/build/554af2ba47c44614b993f3346c0a425014:27
opendevreviewTakashi Kajinami proposed openstack/glance master: Replace ServiceCatalog from python-keystoneclient  https://review.opendev.org/c/openstack/glance/+/97308314:27
opendevreviewTakashi Kajinami proposed openstack/glance master: Remove remaining logic for identity v1/v2 API  https://review.opendev.org/c/openstack/glance/+/97310214:27
fricklerabhishekk: clarkb: openstack-tox-py37 is trying to run on bionic, which afaict is no longer supported. any chance you could switch to use some reasonably modern python instead?14:34
abhishekkcroelandt: ^^^14:36
frickleroh, wrong tab completion, sorry :D14:37
croelandtfrickler: on what project?14:40
croelandton ok glance-specs14:41
fricklercroelandt: glance-specs, see https://zuul.opendev.org/t/openstack/build/7ceb5dbb12f24daa94f6cd122841495814:42
croelandtnot sure why we even run that14:42
croelandthm ok our test does nothing14:54
* croelandt is looking into cleaning all this14:54
opendevreviewCyril Roelandt proposed openstack/glance-specs master: Update Python3 from 3.7 to 3.13 for our CI  https://review.opendev.org/c/openstack/glance-specs/+/97310815:07
croelandtabhishekk: ^ this should be a good first step15:08
abhishekkcroelandt: ack15:08
croelandtfrickler: ok, we have a modern setup now \o/15:26
fricklerack, that should also fix the github sync as a side effect :) feel free to ping me if you notice further issues15:33
opendevreviewMerged openstack/glance-specs master: Update Python3 from 3.7 to 3.13 for our CI  https://review.opendev.org/c/openstack/glance-specs/+/97310815:34
abhishekk^^ this fixed the issue I mentioned earlier, thanks frickler and croelandt15:38
croelandtI don't understand how this prevented the mirror from being updated15:39
fricklercroelandt: it didn't, the mirror update was broken after the zuul incident last week, we needed to rotate secrets which happened earlier today. so now just any other merge was needed to trigger the mirror process once more15:44
croelandtoh I see15:47
opendevreviewTakashi Kajinami proposed openstack/glance master: Drop unused logic to detect management_url  https://review.opendev.org/c/openstack/glance/+/97311216:01
croelandtabhishekk: I'm reading https://review.opendev.org/c/openstack/glance/+/97264316:09
croelandtNow I can't remember why FunctionalTest relied on eventlet16:09
croelandtMinimalIPv6TestBase looks so much like FunctionalTest that I'm worried we might bring back a dependency on eventlet 16:09
abhishekkno it's not dependent on eventlet any more16:39
abhishekkcroelandt: neither of it is using eventlet16:41
croelandtBut FunctionalTest is no longer used after that patch, right?16:42
abhishekkno16:43
abhishekkThat's was our goal, remove functional test which was using eventlet, right?16:45
abhishekkFYI, it was using from glance.common import wsgi which uses eventlet16:46
croelandtabhishekk: ok so see my review16:52
croelandtI just wonder whether we should mention FunctionalTest at all16:52
croelandtsince I think there will be one more patch cleaning up all references to it16:53
abhishek_there is already16:57
abhishek_https://review.opendev.org/c/openstack/glance/+/972822/116:57
abhishek_this one16:57
abhishek_and I have removed that wording in this patch16:59
croelandtoh ok17:03
croelandtok I missed the second patch, hence my confusion :)17:03
abhishek_no problem, there is 3rd one as well, but it's independent17:08
abhishek_https://review.opendev.org/c/openstack/glance/+/972826 :)17:08
opendevreviewMerged openstack/glance master: Use Ubuntu Noble to run py312 job  https://review.opendev.org/c/openstack/glance/+/97005317:18
opendevreviewMerged openstack/glance master: Migrate py313 job to Debian Trixie  https://review.opendev.org/c/openstack/glance/+/97005417:18
opendevreviewMerged openstack/glance master: Migrate functional tests to SynchronousAPIBase  https://review.opendev.org/c/openstack/glance/+/97264319:13
opendevreviewMerged openstack/glance master: Remove unused functional test classes  https://review.opendev.org/c/openstack/glance/+/97282219:14

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