Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1135192

Summary: [RFE][oslo]: Split openstack.common.db code into a separate oslo.db library
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: RFEsAssignee: RHOS Maint <rhos-maint>
Status: CLOSED DUPLICATE QA Contact:
Severity: high Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: markmc, sgordon, yeylon
Target Milestone: Upstream M2Keywords: FutureFeature
Target Release: 6.0 (Juno)   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/oslo-incubator/+spec/oslo-db-lib
Whiteboard: upstream_milestone_juno-2 upstream_definition_approved upstream_status_implemented
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-09-13 05:09:01 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description RHOS Integration 2014-08-29 04:07:05 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/oslo-incubator/+spec/oslo-db-lib.

Description:

The DB API is pretty stable now, so it should be released as a separate package.

To get oslo.db released as separate library, we should follow the next steps:
  - solve the possible conflicts with the OpenStack projects due to defining the same oslo.config options in openstack common modules (at least lockutils and log)
  - clean up oslo.db code remove dependency on eventlet
  - sync openstack.common.db code version into all projects
  - make oslo.db library

Proof of concept of oslo.db module is here: https://github.com/malor/oslo.db
POC oslo.db module in action: https://review.openstack.org/#/c/42159/

Specification URL (additional information):

None

Comment 1 Stephen Gordon 2014-09-13 05:09:01 UTC

*** This bug has been marked as a duplicate of bug 1042117 ***