Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/glance/+spec/db-session-cleanup. Description: Bring the use of sessions and transactions in glance.db.sqlalchemy.api modules into a consistent state: - use explicit transactions only when necessary - don't pass session objects to public DB api methods - fix incorrect usage of sessions throughout the DB-related code Specification URL (additional information): None