]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Switch to oslo.serialization
authorChangBo Guo(gcb) <eric.guo@easystack.cn>
Mon, 10 Nov 2014 06:32:44 +0000 (14:32 +0800)
committerChangBo Guo(gcb) <eric.guo@easystack.cn>
Wed, 19 Nov 2014 07:49:03 +0000 (15:49 +0800)
commit69548a0b9f434c0bfc3e0f48859381435b68cd23
tree26fa3012aa4383cb6bc8d62b0af4f09e6f9f7c5e
parentc0fb19e96ee4c22212fd72ec44933ce282dbe014
Switch to oslo.serialization

Very simple import change in each file, just touches a whole
lot of files. jsonutils has graduated into a standalone library
and has been removed from the oslo-incubator repository.
We should be using the library for all projects.
This commit doesn't change files synced from oslo-incubator, and
doesn't remove the 'module=jsonutils' in openstack-common.conf.
Another sync commit will cover that.

Change-Id: I56ea380a85e8a3c1b42b2425430fc28409937365
37 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/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_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
requirements.txt