yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #68540
[Bug 1700634] Re: Alembic should use oslo_db facades
Reviewed: https://review.openstack.org/477665
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=1705d3d337fb1c12e6b1084ecd42dd3c3c13d562
Submitter: Jenkins
Branch: master
commit 1705d3d337fb1c12e6b1084ecd42dd3c3c13d562
Author: oorgeron <octave.orgeron@xxxxxxxxxx>
Date: Mon Jun 26 14:06:58 2017 -0600
Alembic should use oslo_db facades
This fixes the issues of alembic going around oslo_db and
not passing additional options to the engine.
Closes-bug: #1700634
Change-Id: Id4ec71d7868fec93e3ee793e6e3b8888f8c34c92
** Changed in: glance
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1700634
Title:
Alembic should use oslo_db facades
Status in Glance:
Fix Released
Bug description:
Alembic in Glance uses the SQL Alchemy "engine_from_config" approach
to connecting to the database. This prevents the DB sync operations
from passing on additional parameters from the oslo_db namespace to
the engine, which breaks features like NDB support.
To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1700634/+subscriptions
References