]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Move oslo.db to oslo_db namespace
authorJay S. Bryant <jsbryant@us.ibm.com>
Thu, 15 Jan 2015 00:16:32 +0000 (18:16 -0600)
committerJay S. Bryant <jsbryant@us.ibm.com>
Thu, 15 Jan 2015 20:59:22 +0000 (14:59 -0600)
commit52953b2dcd90c02f8783e836c662418b98d9c44a
tree3a8a93accf520d222730fed48351b44f726f4a5f
parent5304fa2195da39a2d93bc2f13b3bf471b9798bf1
Move oslo.db to oslo_db namespace

This is the second in a series of changes to move to using
the new oslo_<library> namespace that is being used for
oslo libraries.

There is currently a shim in place that is allowing the old
oslo.<library> imports to work, but we need to be prepared for
when the shims go away.  Thus, we need patches like this one to
move to the new namespace.

This patch also updates our hacking check to ensure that no instances
of oslo.db sneak back in.

Change-Id: Ibebed114a362e199e03c83d7d229841e8f88932b
14 files changed:
cinder/cmd/manage.py
cinder/db/api.py
cinder/db/migration.py
cinder/db/sqlalchemy/api.py
cinder/db/sqlalchemy/models.py
cinder/hacking/checks.py
cinder/service.py
cinder/tests/test_cmd.py
cinder/tests/test_hacking.py
cinder/tests/test_migrations.py
cinder/tests/test_qos_specs.py
cinder/tests/test_service.py
cinder/volume/qos_specs.py
cinder/volume/volume_types.py