]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Move oslo.serialization to oslo_serialization namespace
authorJay S. Bryant <jsbryant@us.ibm.com>
Wed, 21 Jan 2015 07:43:00 +0000 (01:43 -0600)
committerJay S. Bryant <jsbryant@us.ibm.com>
Thu, 22 Jan 2015 22:51:26 +0000 (16:51 -0600)
commit30bb83d64ffebeb7d0cdca170e658f25f3e02c63
tree705457d91df68d26787f236cb520039d54f3c989
parentd75623e01d64cd58a05fa6df032cfe869e5c474b
Move oslo.serialization to oslo_serialization namespace

This is the fifth 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.utils sneak back in.

Change-Id: Ida0f9512a816d45ec5cae4dc4da4dbc923a67cf4
Partial-bug: 1409733
38 files changed:
cinder/api/middleware/auth.py
cinder/api/openstack/wsgi.py
cinder/api/v1/limits.py
cinder/api/v2/limits.py
cinder/backup/driver.py
cinder/hacking/checks.py
cinder/image/glance.py
cinder/rpc.py
cinder/scheduler/rpcapi.py
cinder/tests/api/contrib/test_admin_actions.py
cinder/tests/api/contrib/test_extended_snapshot_attributes.py
cinder/tests/api/contrib/test_scheduler_hints.py
cinder/tests/api/contrib/test_snapshot_actions.py
cinder/tests/api/contrib/test_volume_actions.py
cinder/tests/api/contrib/test_volume_manage.py
cinder/tests/api/contrib/test_volume_unmanage.py
cinder/tests/api/middleware/test_faults.py
cinder/tests/api/test_extensions.py
cinder/tests/api/v1/test_limits.py
cinder/tests/api/v1/test_snapshot_metadata.py
cinder/tests/api/v1/test_volume_metadata.py
cinder/tests/api/v2/test_limits.py
cinder/tests/api/v2/test_snapshot_metadata.py
cinder/tests/api/v2/test_volume_metadata.py
cinder/tests/integrated/api/client.py
cinder/tests/scheduler/test_host_filters.py
cinder/tests/scheduler/test_scheduler_options.py
cinder/tests/test_backup_ceph.py
cinder/tests/test_backup_driver_base.py
cinder/tests/test_coraid.py
cinder/tests/test_hacking.py
cinder/tests/test_volume.py
cinder/tests/test_volume_rpcapi.py
cinder/volume/drivers/coraid.py
cinder/volume/drivers/emc/emc_vnx_cli.py
cinder/volume/drivers/nexenta/jsonrpc.py
cinder/volume/manager.py
cinder/volume/rpcapi.py