]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Register DB options independently of engine
authorZane Bitter <zbitter@redhat.com>
Mon, 11 Mar 2013 15:54:21 +0000 (16:54 +0100)
committerZane Bitter <zbitter@redhat.com>
Mon, 11 Mar 2013 16:36:06 +0000 (17:36 +0100)
commit357d977a0a65fb79c411b926e8f3929f524afd65
tree88d5f428d04e6683fb2e2ba69a82d73488bbf952
parent4888ab12fcd7eb1f660a4585da3ba8be82ae67a3
Register DB options independently of engine

We need a script that will just manage database migrations (for bug
1072949), so for this purpose we want to register only the DB options, not
all of the engine options.

Change-Id: I99bb8d5800741d71572a14c3a5a33dcf0e1b0268
heat/common/config.py
heat/db/__init__.py
heat/engine/__init__.py