Monday, 2026-01-26

opendevreviewTakashi Kajinami proposed openstack/oslo.context master: Add interface to override is_admin check  https://review.opendev.org/c/openstack/oslo.context/+/97461702:25
*** mhen_ is now known as mhen02:41
opendevreviewXiang Wang proposed openstack/oslo.messaging master: Implement ConsulOperator as a service broker to support HTTP Driver  https://review.opendev.org/c/openstack/oslo.messaging/+/91249908:24
opendevreviewXiang Wang proposed openstack/oslo.messaging master: Add HTTP driver to oslo.messaging.drivers  https://review.opendev.org/c/openstack/oslo.messaging/+/91484008:24
opendevreviewXiang Wang proposed openstack/oslo.messaging master: Implement HTTPListener and HTTPClient  https://review.opendev.org/c/openstack/oslo.messaging/+/91505608:24
opendevreviewXiang Wang proposed openstack/oslo.messaging master: Add flask app for http-driver  https://review.opendev.org/c/openstack/oslo.messaging/+/93828308:24
opendevreviewXiang Wang proposed openstack/oslo.messaging master: Add Broadcaster for RPC Fanout  https://review.opendev.org/c/openstack/oslo.messaging/+/93853608:24
opendevreviewXiang Wang proposed openstack/oslo.messaging master: Add HTTP Driver documentation  https://review.opendev.org/c/openstack/oslo.messaging/+/97384308:24
opendevreviewTakashi Kajinami proposed openstack/oslo.cache master: redis: Use native interfaces to configure socket keepalive  https://review.opendev.org/c/openstack/oslo.cache/+/97472313:16
opendevreviewTakashi Kajinami proposed openstack/oslo.context master: Add interface to override is_admin check  https://review.opendev.org/c/openstack/oslo.context/+/97461713:33
opendevreviewMerged openstack/oslo.config master: Adapt subcommand test for Python 3.14  https://review.opendev.org/c/openstack/oslo.config/+/97455713:46
opendevreviewTakashi Kajinami proposed openstack/tooz master: debian: Use compatibility package for mysql-server  https://review.opendev.org/c/openstack/tooz/+/97472613:46
opendevreviewMerged openstack/taskflow master: pre-commit: Bump versions  https://review.opendev.org/c/openstack/taskflow/+/97462313:50
opendevreviewTakashi Kajinami proposed openstack/tooz master: Pin tooz-tox-py313-mysql to Ubuntu Noble  https://review.opendev.org/c/openstack/tooz/+/97473114:16
tkajinam^^^ stephenfin this is probably a "short path" to fix that broken job14:16
tkajinamtechnically we can add mariadb support for pifpaf but the annoying blocker atm is that pifpaf uses a single docker image for all tests and we can't install both mariadb and mysql into a single image ...14:16
stephenfintkajinam: Ack, I'll look shortly14:38
stephenfintkajinam: regarding https://review.opendev.org/c/openstack/oslo.context/+/974617/7/oslo_context/context.py, my question was not about overriding is_admin but rather the need for the property14:38
stephenfin(i.e. @property)14:38
stephenfinI was already aware of what nova was doing and it was on my list to address https://review.opendev.org/c/openstack/nova/+/705658/31/nova/context.py#11714:39
stephenfinbut they (and others?) simply set `is_admin` once in __init__ and don't seem to touch it again, so a property + setter seems like overkill?14:40
*** haleyb_ is now known as haleyb15:10
tkajinamstephenfin, maybe, though I don't really like the idea of using self to set is_admin within __init__.15:14
tkajinamstephenfin, it may work as lon as is_admin is evaluated at the last step but I can easily imagine that people can mess up that by adding new things15:15
tkajinamthe benefit of having that dedicated interface is that we can ensure that the instance (=self) is fully set up... though I'm aware that this may not be fully guaranteed if is_admin is somehow called within __init__15:16
opendevreviewTakashi Kajinami proposed openstack/tooz master: Pin tooz-tox-py313-mysql to Ubuntu Noble  https://review.opendev.org/c/openstack/tooz/+/97473115:19
stephenfintkajinam: Fair enough, and I guess it is harmless. I approved it15:34
tkajinamstephenfin, thanks !15:37
opendevreviewTakashi Kajinami proposed openstack/oslo.context master: Add interface to override is_admin check  https://review.opendev.org/c/openstack/oslo.context/+/97461715:55
opendevreviewTakashi Kajinami proposed openstack/tooz master: Pin tooz-tox-py313-mysql to Ubuntu Noble  https://review.opendev.org/c/openstack/tooz/+/97473117:08

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