[Bug 2059186] Re: proposed-migration flask-restful 0.3.10-2 vs cloudkitty 19.0.0-1
Mate Kukri
2059186 at bugs.launchpad.net
Wed May 15 07:36:10 UTC 2024
Setting all to 'Fix Released', none of these packages are in -proposed
anymore.
** Changed in: cloudkitty (Ubuntu)
Status: Fix Committed => Fix Released
** Changed in: python-oslo.db (Ubuntu)
Status: Fix Committed => Fix Released
** Changed in: flask-restful (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to python-oslo.db in Ubuntu.
https://bugs.launchpad.net/bugs/2059186
Title:
proposed-migration flask-restful 0.3.10-2 vs cloudkitty 19.0.0-1
Status in cloudkitty package in Ubuntu:
Fix Released
Status in flask-restful package in Ubuntu:
Fix Released
Status in python-oslo.db package in Ubuntu:
Fix Released
Bug description:
The autopkgtest for cloudkitty fail against flask-restful 0.3.10-2 on armhf[1]
due to the following code that uses python-oslo.db to set up tests
cloudkitty/db/__init__.py
----
def _create_facade_lazily():
global _FACADE
if _FACADE is None:
# FIXME(priteau): Remove autocommit=True (and ideally use of
# LegacyEngineFacade) asap since it's not compatible with SQLAlchemy
# 2.0.
_FACADE = session.EngineFacade.from_config(cfg.CONF, sqlite_fk=True,
autocommit=True)
return _FACADE
----
[1] https://objectstorage.prodstack5.canonical.com/swift/v1/AUTH_0f9aae918d5b4744bf7b827671c86842/autopkgtest-noble/noble/armhf/c/cloudkitty/20240326_083732_94bf1@/log.gz
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloudkitty/+bug/2059186/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list