]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Replace FLAGS with cfg.CONF in db
authorSergey Vilgelm <svilgelm@mirantis.com>
Mon, 3 Jun 2013 09:12:32 +0000 (13:12 +0400)
committerSergey Vilgelm <sergey.vilgelm@gmail.com>
Tue, 4 Jun 2013 14:03:52 +0000 (18:03 +0400)
commit4b05a10331927498ac6e26f70f145d45b58cc0ae
tree833391e4096db22a01ec242356019187c6d4b114
parenta003e4a41fe4378d06481ccaadeb57d890600bd6
Replace FLAGS with cfg.CONF in db

Replace all the FLAGS with cfg.CONF in cinder/db
Large commit "https://review.openstack.org/31172" was split into several parts
Use the common pattern: CONF = cfg.CONF

Change-Id: Ibac0a4b233ba82e13e3a9bfb6bd3fd418cdab29f
Fixes: bug #1182037
cinder/db/api.py
cinder/db/base.py
cinder/db/sqlalchemy/api.py
cinder/db/sqlalchemy/migrate_repo/versions/001_cinder_init.py
cinder/db/sqlalchemy/migration.py
cinder/db/sqlalchemy/models.py