Bug 1128324

Summary: [RFE][oslo]: Common Alembic environment runner
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: RFEsAssignee: RHOS Maint <rhos-maint>
Status: CLOSED UPSTREAM QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: markmc, yeylon
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/oslo/+spec/common-alembic-env
Whiteboard: upstream_milestone_none upstream_definition_new upstream_status_unknown
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 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-09 04:05:11 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/oslo/+spec/common-alembic-env.

Description:

Make sqlalchemy.alembic_env with Env. Env is a base environment runner class. Env provides basic functionality to configure environment and run revision scripts. Project can use Env class as is, if it much project’s purposes. Otherwise project can inherit the class end override a methods. Env contains same functionality as default env.py module, but it is decomposed into several methods, intended to configure different objects needed by an environment.

Specification URL (additional information):

None