Wednesday, 2026-04-08

opendevreviewStephen Finucane proposed openstack/openstacksdk master: typing: Update for typed oslotest  https://review.opendev.org/c/openstack/openstacksdk/+/98353809:36
opendevreviewStephen Finucane proposed openstack/openstacksdk master: typing: Use objects from collections.abc  https://review.opendev.org/c/openstack/openstacksdk/+/98353909:36
opendevreviewStephen Finucane proposed openstack/openstacksdk master: typing: Use objects from typing  https://review.opendev.org/c/openstack/openstacksdk/+/98354009:36
opendevreviewStephen Finucane proposed openstack/openstacksdk master: typing: Use objects from typing_extensions  https://review.opendev.org/c/openstack/openstacksdk/+/98354109:36
opendevreviewStephen Finucane proposed openstack/openstacksdk master: typing: Remove unnecessary Resource.find overloads  https://review.opendev.org/c/openstack/openstacksdk/+/98354209:36
opendevreviewStephen Finucane proposed openstack/openstacksdk master: resource: Simplify create, bulk_create  https://review.opendev.org/c/openstack/openstacksdk/+/98354309:36
fricklerI'm getting this deprecation warning every time I'm running osc in a fresh devstack. is this to be handled in oslo.concurrency or is osc holding it wrong? https://paste.opendev.org/show/bLy8sGh1nbNrHmuSzsq7/ (also asked in #-oslo)09:55
stephenfinfrickler: Weird. I didn't think we used oslo.concurrency in either SDK or OSC...09:59
stephenfinI'm not able to reproduce with a fresh OSC install in a venv, so I suspect you have plugins that are triggering this. You might want to play around with the `PYTHONWARNINGS` envvar and the `error` warning control to see if you can get a traceback and identify the root cause10:01
stephenfin`export PYTHONWARNINGS=error::EventletDeprecationWarning:oslo_concurrency` should do the trick?10:03
fricklerstephenfin: the latter only gives me: Invalid -W option ignored: unknown warning category: 'EventletDeprecationWarning'10:05
stephenfinPity. I guess that only works for built-in warnings :\10:06
fricklerbut I did try to delete all the extra OSC plugins that were installed and that did not help. trying a fresh venv with only osc now10:06
stephenfinOkay, if I create a fresh venv and then install eventlet, I can reproduce the warning. That looks like an oslo.concurrency bug. It should likely be silencing the warnings since the import is not user-configurable.10:07
fricklerok, I can reproduce that and I agree. I just wonder why you could not see this initially in your devstack setup, since already the keystone install is pulling eventlet into the shared venv10:10
stephenfinI wasn't using a devstack. I just did `tox -e py310 --notest` in the OSC repo10:11
frickleroh, you said "fresh venv", not "fresh devstack", I misread that10:11
fricklerthen all is well, thx for looking at this10:11
opendevreviewSlawek Kaplonski proposed openstack/openstacksdk master: Fix type of the networking related attributes  https://review.opendev.org/c/openstack/openstacksdk/+/98318610:19
fricklerstephenfin: actually - I have not reproduced the issue in a fresh venv yet, neither installing eventlet itself nor oslo_concurrency does trigger this. will dig a bit more in the shared venv10:25
frickleroh, it is triggered when osprofiler is installed10:26
fricklerthis is the full traceback I got when I misapplied your patch for testing https://paste.opendev.org/show/bPrM30qNGWQePb95lH1G/ (this is just for reference as to where this is triggered, this fix is fine anyway IMO)10:28
opendevreviewMerged openstack/python-openstackclient master: tests: Explicitly specify network agent fields for output  https://review.opendev.org/c/openstack/python-openstackclient/+/98305311:35
opendevreviewRodolfo Alonso proposed openstack/openstacksdk master: Add ``ha_chassis_priority`` field to the Agent resource  https://review.opendev.org/c/openstack/openstacksdk/+/98304113:16
opendevreviewOria Weng proposed openstack/python-openstackclient master: Identity: Migrate 'identity provider' commands to SDK  https://review.opendev.org/c/openstack/python-openstackclient/+/97936715:50
stephenfingtema: When you've time (no rush), would appreciate a sanity check on https://review.opendev.org/c/openstack/keystoneauth/+/982556. It fixes a `type: ignore` I'm carrying in SDK atm17:04
opendevreviewMerged openstack/openstacksdk master: typing: Update for typed oslotest  https://review.opendev.org/c/openstack/openstacksdk/+/98353817:49
cardoestephenfin: is this the right channel for client stuff?19:07
cardoestephenfin: and speaking of keystoneauth... I'm gonna refresh my websso request and then get back to gophercloud if I can actually land this?19:08

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