| *** mhen_ is now known as mhen | 01:08 | |
| opendevreview | Takashi Kajinami proposed openstack/oslo.cache master: Add valkey support https://review.opendev.org/c/openstack/oslo.cache/+/938639 | 05:09 |
|---|---|---|
| *** mhen_ is now known as mhen | 11:15 | |
| stephenfin | hberaud[m]: tkajinam: It appears the oslo.cache integration with mongodb is broken since pymongo 4.x came out nearly 4 (!) years ago. Do we fix or remove? | 11:55 |
| hberaud[m] | +1 to remove | 11:56 |
| stephenfin | I am inclined towards the latter, and would do so immediately given it's broken. We have no gating tests for same and I'm guessing no one is using it | 11:56 |
| stephenfin | else we'd have had bug reports | 11:57 |
| hberaud[m] | if nobody complained since 4 years, I guess we don't want to spend time on it. | 11:57 |
| stephenfin | yeah, no bugs https://bugs.launchpad.net/oslo.cache | 11:57 |
| stephenfin | hberaud[m]: agreed | 11:57 |
| hberaud[m] | then let's stroke delete | 11:58 |
| LarsErikP | Hi there. Does anyone know anything about the possibility to release oslo.messaging 14.7.x for ubuntu 24.04? I'd really like to have stream fanouts, queue_manager and transient_quorum_queues.. | 12:11 |
| tkajinam | stephenfin, I'm inclined to support direct removal. | 13:04 |
| tkajinam | LarsErikP, that's due to canonical. we have no control about the distribution packages really | 13:05 |
| tkajinam | s/due/up/ | 13:05 |
| tkajinam | I requested them to bump openstackclient in 24.04 to pull some critical bug fixes but they have been ignoring it so far | 13:06 |
| tkajinam | not 24.04 but 24.10, precisely speaking | 13:09 |
| tkajinam | and they eventually closed it | 13:09 |
| tkajinam | my experience in the past indicates that they don't care any "free" users but I can be wrong | 13:09 |
| hberaud[m] | stephenfin: do you plan to handle the deletion? | 13:10 |
| hberaud[m] | LarsErikP: There is surely some Canonical/Ubuntu maintainers inside the OpenStack maintainers, maybe you give a shot directly on the mailing list to reach a broader audience. | 13:12 |
| tkajinam | LarsErikP, note that they really do feature backport so you may have to upgrade your openstack (selected from UCA) in case the default version does not support the feature you want | 13:18 |
| tkajinam | (I don't precisely remember in which version we introduced these features | 13:18 |
| tkajinam | stephenfin, if keeping it does not harm really then we can probably leave the code their during this cycle and drop it during next one | 13:19 |
| tkajinam | (though I don't strongly insist on that if any work may be blocked by keeping the code | 13:20 |
| opendevreview | Elod Illes proposed openstack/openstack-doc-tools master: Add 2025.2 to sitemap generator script https://review.opendev.org/c/openstack/openstack-doc-tools/+/962791 | 13:21 |
| LarsErikP | tkajinam: oslo 14.7 is a part of the 2024.1 cycle. They have 14.6 in the ubuntu repos now | 13:33 |
| LarsErikP | and 14.6 was also in 2024.1 ofc | 13:34 |
| tkajinam | that's wired | 13:35 |
| tkajinam | 14.6.0 is the final oslo.messaging release for caracal and I don't know why they kept that "intermediate" version for their caracal release (which is default of 24.04 afaik) | 13:35 |
| tkajinam | but anyway that's what canonical/ubuntu team controls | 13:35 |
| tkajinam | I mean 14.6.0 is NOT the final release | 13:36 |
| LarsErikP | but 14.7.x is listed here.. https://docs.openstack.org/releasenotes/oslo.messaging/2024.1.html | 13:36 |
| tkajinam | 14.7.0 is | 13:36 |
| LarsErikP | ok :P | 13:36 |
| LarsErikP | thanks. you confused me for a few seconds there /o\ | 13:36 |
| tkajinam | they should have at least 14.7.0 | 13:36 |
| tkajinam | sorry about that :-P | 13:36 |
| LarsErikP | Yeah, my point exaxctly. I was very confused earlier today, working on migrating to quorum queues, only to discover that "half" of the config options I set had no effect | 13:37 |
| LarsErikP | even though they were clearly documented everywhere | 13:37 |
| LarsErikP | Just so I understand this correctly. Openstack people tag new versions, and from there it purely luck-based if (i.e) Canonical decides to release packages? | 13:41 |
| tkajinam | yes | 13:42 |
| LarsErikP | and if so.. How do we/I/someone communicate this specific wish to them? :P | 13:42 |
| tkajinam | they have their own logic to pull the updated tags and build packages from these but afaik they don't do it automatically upon new release in upstream | 13:43 |
| tkajinam | LarsErikP, https://bugs.launchpad.net/ubuntu/+source/python-oslo.messaging | 13:44 |
| LarsErikP | tkajinam: ok, so just file a bug requesting that they build a package of 14.7.x because obvious reasons? :P | 13:45 |
| LarsErikP | I can do that. no problem | 13:45 |
| stephenfin | tkajinam: hberaud[m] Okay, it's worse: it doesn't support pymongo 3.x either, which means it doesn't support any release since June 2017. I'm going to remove it | 13:45 |
| tkajinam | LarsErikP, or you can request them to bump oslo.messaging | 13:46 |
| hberaud[m] | ack | 13:46 |
| LarsErikP | tkajinam: ack. I can do that =) | 13:46 |
| opendevreview | Merged openstack/oslo.cache master: fix typo https://review.opendev.org/c/openstack/oslo.cache/+/962642 | 13:47 |
| * tkajinam now sees that the whole pymock implementation is mocked... | 13:47 | |
| tkajinam | pymongo implementation * | 13:47 |
| stephenfin | and not functionally tested... | 13:50 |
| LarsErikP | tkajinam: done. thanks for the insight! | 13:51 |
| LarsErikP | let's see who wins the race here. Will canonical release new packages before we complete our upgrade to Epoxy? :P | 13:52 |
| opendevreview | Stephen Finucane proposed openstack/oslo.cache master: Remove mongodb backend https://review.opendev.org/c/openstack/oslo.cache/+/962795 | 13:52 |
| stephenfin | tkajinam: hberaud[m]: Should be an easy review. Left a load of links in there (derived from my attempts to fix this before I decided against it) | 13:52 |
| tkajinam | stephenfin, thx ! | 13:53 |
| opendevreview | Stephen Finucane proposed openstack/oslo.cache master: Remove mongodb backend https://review.opendev.org/c/openstack/oslo.cache/+/962795 | 14:00 |
| opendevreview | Stephen Finucane proposed openstack/oslo.cache master: Use ruff https://review.opendev.org/c/openstack/oslo.cache/+/962797 | 14:02 |
| opendevreview | Stephen Finucane proposed openstack/oslo.cache master: Simplify stringify https://review.opendev.org/c/openstack/oslo.cache/+/962798 | 14:02 |
| opendevreview | Stephen Finucane proposed openstack/oslo.cache master: Remove use of debtcollector https://review.opendev.org/c/openstack/oslo.cache/+/962799 | 14:02 |
| opendevreview | Stephen Finucane proposed openstack/oslo.cache master: Use super() with queue.Queue https://review.opendev.org/c/openstack/oslo.cache/+/962800 | 14:02 |
| opendevreview | Stephen Finucane proposed openstack/oslo.cache master: Remove used logging arguments https://review.opendev.org/c/openstack/oslo.cache/+/962801 | 14:02 |
| opendevreview | Stephen Finucane proposed openstack/oslo.cache master: Add typing https://review.opendev.org/c/openstack/oslo.cache/+/962802 | 14:02 |
| opendevreview | Stephen Finucane proposed openstack/oslo.cache master: Add mypy https://review.opendev.org/c/openstack/oslo.cache/+/962803 | 14:02 |
| opendevreview | Takashi Kajinami proposed openstack/whereto master: Fix broken cover target https://review.opendev.org/c/openstack/whereto/+/962807 | 14:08 |
| opendevreview | Takashi Kajinami proposed openstack/whereto master: Drop basepython https://review.opendev.org/c/openstack/whereto/+/962808 | 14:08 |
| opendevreview | Takashi Kajinami proposed openstack/oslo.cache master: Migrate bandit options to pyproject.toml https://review.opendev.org/c/openstack/oslo.cache/+/962811 | 14:40 |
| opendevreview | Takashi Kajinami proposed openstack/oslo.concurrency master: Migrate bandit options to pyproject.toml https://review.opendev.org/c/openstack/oslo.concurrency/+/962812 | 14:42 |
| opendevreview | Takashi Kajinami proposed openstack/oslo.config master: Migrate bandit options to pyproject.toml https://review.opendev.org/c/openstack/oslo.config/+/962813 | 14:43 |
| opendevreview | Takashi Kajinami proposed openstack/oslo.db master: Migrate bandit options to pyproject.toml https://review.opendev.org/c/openstack/oslo.db/+/962814 | 14:44 |
| opendevreview | Takashi Kajinami proposed openstack/oslo.limit master: Migrate bandit options to pyproject.toml https://review.opendev.org/c/openstack/oslo.limit/+/962815 | 14:45 |
| tkajinam | stephenfin, by the way could you check my reply in https://review.opendev.org/c/openstack/oslo.limit/+/961478 when you have time ? | 14:46 |
| opendevreview | Takashi Kajinami proposed openstack/oslo.log master: Migrate bandit options to pyproject.toml https://review.opendev.org/c/openstack/oslo.log/+/962816 | 14:47 |
| opendevreview | Takashi Kajinami proposed openstack/oslo.policy master: Migrate bandit options to pyproject.toml https://review.opendev.org/c/openstack/oslo.policy/+/962817 | 14:48 |
| opendevreview | Takashi Kajinami proposed openstack/oslo.privsep master: Migrate bandit options to pyproject.toml https://review.opendev.org/c/openstack/oslo.privsep/+/962818 | 14:50 |
| opendevreview | Takashi Kajinami proposed openstack/oslo.reports master: Migrate bandit options to pyproject.toml https://review.opendev.org/c/openstack/oslo.reports/+/962819 | 14:51 |
| opendevreview | Takashi Kajinami proposed openstack/oslo.rootwrap master: Migrate bandit options to pyproject.toml https://review.opendev.org/c/openstack/oslo.rootwrap/+/962820 | 14:52 |
| opendevreview | Takashi Kajinami proposed openstack/oslo.serialization master: Migrate bandit options to pyproject.toml https://review.opendev.org/c/openstack/oslo.serialization/+/962821 | 14:53 |
| opendevreview | Takashi Kajinami proposed openstack/oslo.service master: Migrate bandit options to pyproject.toml https://review.opendev.org/c/openstack/oslo.service/+/962822 | 14:54 |
| opendevreview | Takashi Kajinami proposed openstack/oslo.serialization master: Migrate bandit options to pyproject.toml https://review.opendev.org/c/openstack/oslo.serialization/+/962821 | 14:54 |
| opendevreview | Takashi Kajinami proposed openstack/oslo.rootwrap master: Migrate bandit options to pyproject.toml https://review.opendev.org/c/openstack/oslo.rootwrap/+/962820 | 14:54 |
| opendevreview | Takashi Kajinami proposed openstack/oslo.reports master: Migrate bandit options to pyproject.toml https://review.opendev.org/c/openstack/oslo.reports/+/962819 | 14:54 |
| opendevreview | Takashi Kajinami proposed openstack/oslo.privsep master: Migrate bandit options to pyproject.toml https://review.opendev.org/c/openstack/oslo.privsep/+/962818 | 14:55 |
| opendevreview | Takashi Kajinami proposed openstack/oslo.policy master: Migrate bandit options to pyproject.toml https://review.opendev.org/c/openstack/oslo.policy/+/962817 | 14:55 |
| opendevreview | Takashi Kajinami proposed openstack/oslo.log master: Migrate bandit options to pyproject.toml https://review.opendev.org/c/openstack/oslo.log/+/962816 | 14:55 |
| opendevreview | Takashi Kajinami proposed openstack/oslo.limit master: Migrate bandit options to pyproject.toml https://review.opendev.org/c/openstack/oslo.limit/+/962815 | 14:55 |
| opendevreview | Takashi Kajinami proposed openstack/oslo.db master: Migrate bandit options to pyproject.toml https://review.opendev.org/c/openstack/oslo.db/+/962814 | 14:55 |
| opendevreview | Takashi Kajinami proposed openstack/oslo.concurrency master: Migrate bandit options to pyproject.toml https://review.opendev.org/c/openstack/oslo.concurrency/+/962812 | 14:55 |
| opendevreview | Takashi Kajinami proposed openstack/oslo.cache master: Migrate bandit options to pyproject.toml https://review.opendev.org/c/openstack/oslo.cache/+/962811 | 14:55 |
| opendevreview | Takashi Kajinami proposed openstack/oslo.config master: Migrate bandit options to pyproject.toml https://review.opendev.org/c/openstack/oslo.config/+/962813 | 14:55 |
| opendevreview | Takashi Kajinami proposed openstack/oslo.versionedobjects master: Migrate bandit options to pyproject.toml https://review.opendev.org/c/openstack/oslo.versionedobjects/+/962823 | 14:57 |
| opendevreview | Takashi Kajinami proposed openstack/oslo.vmware master: Migrate bandit options to pyproject.toml https://review.opendev.org/c/openstack/oslo.vmware/+/962824 | 14:58 |
| opendevreview | Takashi Kajinami proposed openstack/osprofiler master: Exclude tests directory from bandit check https://review.opendev.org/c/openstack/osprofiler/+/962825 | 14:59 |
| opendevreview | Takashi Kajinami proposed openstack/stevedore master: Migrate bandit options to pyproject.toml https://review.opendev.org/c/openstack/stevedore/+/962827 | 15:00 |
| opendevreview | Takashi Kajinami proposed openstack/castellan master: Migrate bandit options to pyproject.toml https://review.opendev.org/c/openstack/castellan/+/962829 | 15:03 |
| opendevreview | Stephen Finucane proposed openstack/oslo.cache master: Improve usage guide https://review.opendev.org/c/openstack/oslo.cache/+/962861 | 17:44 |
| opendevreview | Stephen Finucane proposed openstack/oslo.cache master: Improve usage guide https://review.opendev.org/c/openstack/oslo.cache/+/962861 | 17:49 |
| stephenfin | tkajinam: Bit late to ask but I assume bandit won't automatically detect configuration from pyproject.toml? | 17:50 |
| stephenfin | i.e. is '-c pyproject.toml' needeD? | 17:50 |
| stephenfin | *needed | 17:50 |
| opendevreview | Abi Perinparasa proposed openstack/castellan master: Fix hardcoded context string in _config_driver.py https://review.opendev.org/c/openstack/castellan/+/962726 | 18:33 |
| opendevreview | Abi Perinparasa proposed openstack/castellan master: Fix hardcoded context string in _config_driver.py https://review.opendev.org/c/openstack/castellan/+/962726 | 18:35 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!