| opendevreview | Stephen Finucane proposed openstack/openstacksdk master: typing: Update for typed oslotest https://review.opendev.org/c/openstack/openstacksdk/+/983538 | 09:36 |
|---|---|---|
| opendevreview | Stephen Finucane proposed openstack/openstacksdk master: typing: Use objects from collections.abc https://review.opendev.org/c/openstack/openstacksdk/+/983539 | 09:36 |
| opendevreview | Stephen Finucane proposed openstack/openstacksdk master: typing: Use objects from typing https://review.opendev.org/c/openstack/openstacksdk/+/983540 | 09:36 |
| opendevreview | Stephen Finucane proposed openstack/openstacksdk master: typing: Use objects from typing_extensions https://review.opendev.org/c/openstack/openstacksdk/+/983541 | 09:36 |
| opendevreview | Stephen Finucane proposed openstack/openstacksdk master: typing: Remove unnecessary Resource.find overloads https://review.opendev.org/c/openstack/openstacksdk/+/983542 | 09:36 |
| opendevreview | Stephen Finucane proposed openstack/openstacksdk master: resource: Simplify create, bulk_create https://review.opendev.org/c/openstack/openstacksdk/+/983543 | 09:36 |
| frickler | I'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 |
| stephenfin | frickler: Weird. I didn't think we used oslo.concurrency in either SDK or OSC... | 09:59 |
| stephenfin | I'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 cause | 10:01 |
| stephenfin | `export PYTHONWARNINGS=error::EventletDeprecationWarning:oslo_concurrency` should do the trick? | 10:03 |
| frickler | stephenfin: the latter only gives me: Invalid -W option ignored: unknown warning category: 'EventletDeprecationWarning' | 10:05 |
| stephenfin | Pity. I guess that only works for built-in warnings :\ | 10:06 |
| frickler | but 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 now | 10:06 |
| stephenfin | Okay, 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 |
| frickler | ok, 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 venv | 10:10 |
| stephenfin | I wasn't using a devstack. I just did `tox -e py310 --notest` in the OSC repo | 10:11 |
| frickler | oh, you said "fresh venv", not "fresh devstack", I misread that | 10:11 |
| frickler | then all is well, thx for looking at this | 10:11 |
| opendevreview | Slawek Kaplonski proposed openstack/openstacksdk master: Fix type of the networking related attributes https://review.opendev.org/c/openstack/openstacksdk/+/983186 | 10:19 |
| frickler | stephenfin: 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 venv | 10:25 |
| frickler | oh, it is triggered when osprofiler is installed | 10:26 |
| frickler | this 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 |
| opendevreview | Merged openstack/python-openstackclient master: tests: Explicitly specify network agent fields for output https://review.opendev.org/c/openstack/python-openstackclient/+/983053 | 11:35 |
| opendevreview | Rodolfo Alonso proposed openstack/openstacksdk master: Add ``ha_chassis_priority`` field to the Agent resource https://review.opendev.org/c/openstack/openstacksdk/+/983041 | 13:16 |
| opendevreview | Oria Weng proposed openstack/python-openstackclient master: Identity: Migrate 'identity provider' commands to SDK https://review.opendev.org/c/openstack/python-openstackclient/+/979367 | 15:50 |
| stephenfin | gtema: 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 atm | 17:04 |
| opendevreview | Merged openstack/openstacksdk master: typing: Update for typed oslotest https://review.opendev.org/c/openstack/openstacksdk/+/983538 | 17:49 |
| cardoe | stephenfin: is this the right channel for client stuff? | 19:07 |
| cardoe | stephenfin: 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/!