]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Move oslo.config to oslo_config namespace
authorJay S. Bryant <jsbryant@us.ibm.com>
Thu, 15 Jan 2015 20:03:49 +0000 (14:03 -0600)
committerJay S. Bryant <jsbryant@us.ibm.com>
Sat, 17 Jan 2015 16:33:37 +0000 (10:33 -0600)
commit6a2df86bbab67fcc036b821a9a4b866c90a7c896
treebd8b75aa98356414384b690074a1d070d7f8ebdb
parentfea2bae001f1a6b620fc2258690689d6b6f97300
Move oslo.config to oslo_config namespace

This is the third 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.config sneak back in.

Change-Id: I45d24c4330f7c23fc5ad0a0527f1840d09710512
197 files changed:
cinder/api/__init__.py
cinder/api/common.py
cinder/api/contrib/__init__.py
cinder/api/contrib/hosts.py
cinder/api/contrib/services.py
cinder/api/contrib/volume_manage.py
cinder/api/extensions.py
cinder/api/middleware/auth.py
cinder/api/middleware/sizelimit.py
cinder/api/versions.py
cinder/backup/api.py
cinder/backup/driver.py
cinder/backup/drivers/ceph.py
cinder/backup/drivers/swift.py
cinder/backup/drivers/tsm.py
cinder/backup/manager.py
cinder/backup/rpcapi.py
cinder/cmd/all.py
cinder/cmd/api.py
cinder/cmd/backup.py
cinder/cmd/manage.py
cinder/cmd/scheduler.py
cinder/cmd/volume.py
cinder/cmd/volume_usage_audit.py
cinder/common/config.py
cinder/compute/nova.py
cinder/consistencygroup/api.py
cinder/db/api.py
cinder/db/base.py
cinder/db/migration.py
cinder/db/sqlalchemy/api.py
cinder/db/sqlalchemy/migrate_repo/versions/021_add_default_quota_class.py
cinder/db/sqlalchemy/migrate_repo/versions/026_add_consistencygroup_quota_class.py
cinder/db/sqlalchemy/models.py
cinder/exception.py
cinder/hacking/checks.py
cinder/image/glance.py
cinder/image/image_utils.py
cinder/keymgr/__init__.py
cinder/keymgr/barbican.py
cinder/keymgr/conf_key_mgr.py
cinder/keymgr/key_mgr.py
cinder/manager.py
cinder/policy.py
cinder/quota.py
cinder/replication/__init__.py
cinder/replication/api.py
cinder/rpc.py
cinder/scheduler/driver.py
cinder/scheduler/filter_scheduler.py
cinder/scheduler/host_manager.py
cinder/scheduler/manager.py
cinder/scheduler/rpcapi.py
cinder/scheduler/scheduler_options.py
cinder/scheduler/simple.py
cinder/scheduler/weights/capacity.py
cinder/scheduler/weights/volume_number.py
cinder/service.py
cinder/ssh_utils.py
cinder/test.py
cinder/tests/api/contrib/test_admin_actions.py
cinder/tests/api/contrib/test_volume_actions.py
cinder/tests/api/contrib/test_volume_replication.py
cinder/tests/api/middleware/test_sizelimit.py
cinder/tests/api/test_extensions.py
cinder/tests/api/v1/test_snapshot_metadata.py
cinder/tests/api/v1/test_volume_metadata.py
cinder/tests/api/v1/test_volumes.py
cinder/tests/api/v2/test_snapshot_metadata.py
cinder/tests/api/v2/test_volume_metadata.py
cinder/tests/api/v2/test_volumes.py
cinder/tests/conf_fixture.py
cinder/tests/db/test_name_id.py
cinder/tests/declare_conf.py
cinder/tests/image/test_glance.py
cinder/tests/integrated/test_extensions.py
cinder/tests/keymgr/test_barbican.py
cinder/tests/keymgr/test_conf_key_mgr.py
cinder/tests/runtime_conf.py
cinder/tests/scheduler/test_allocated_capacity_weigher.py
cinder/tests/scheduler/test_capacity_weigher.py
cinder/tests/scheduler/test_host_manager.py
cinder/tests/scheduler/test_rpcapi.py
cinder/tests/scheduler/test_scheduler.py
cinder/tests/scheduler/test_volume_number_weigher.py
cinder/tests/targets/test_base_iscsi_driver.py
cinder/tests/test_backup.py
cinder/tests/test_backup_swift.py
cinder/tests/test_block_device.py
cinder/tests/test_cmd.py
cinder/tests/test_conf.py
cinder/tests/test_coraid.py
cinder/tests/test_db_api.py
cinder/tests/test_glusterfs.py
cinder/tests/test_gpfs.py
cinder/tests/test_hacking.py
cinder/tests/test_hp3par.py
cinder/tests/test_huawei_drivers_compatibility.py
cinder/tests/test_ibm_xiv_ds8k.py
cinder/tests/test_ibmnas.py
cinder/tests/test_netapp_nfs.py
cinder/tests/test_nimble.py
cinder/tests/test_quobyte.py
cinder/tests/test_quota.py
cinder/tests/test_replication.py
cinder/tests/test_service.py
cinder/tests/test_symantec_cnfs.py
cinder/tests/test_test.py
cinder/tests/test_utils.py
cinder/tests/test_volume.py
cinder/tests/test_volume_configuration.py
cinder/tests/test_volume_rpcapi.py
cinder/tests/test_volume_types.py
cinder/tests/test_volume_utils.py
cinder/tests/test_wsgi.py
cinder/tests/windows/test_windows.py
cinder/tests/zonemanager/test_brcd_fc_san_lookup_service.py
cinder/tests/zonemanager/test_brcd_fc_zone_driver.py
cinder/tests/zonemanager/test_cisco_fc_san_lookup_service.py
cinder/tests/zonemanager/test_cisco_fc_zone_driver.py
cinder/transfer/__init__.py
cinder/transfer/api.py
cinder/utils.py
cinder/volume/api.py
cinder/volume/configuration.py
cinder/volume/driver.py
cinder/volume/drivers/block_device.py
cinder/volume/drivers/cloudbyte/options.py
cinder/volume/drivers/coraid.py
cinder/volume/drivers/datera.py
cinder/volume/drivers/dell/dell_storagecenter_common.py
cinder/volume/drivers/drbdmanagedrv.py
cinder/volume/drivers/emc/emc_vmax_common.py
cinder/volume/drivers/emc/emc_vnx_cli.py
cinder/volume/drivers/eqlx.py
cinder/volume/drivers/fujitsu_eternus_dx_common.py
cinder/volume/drivers/fusionio/ioControl.py
cinder/volume/drivers/glusterfs.py
cinder/volume/drivers/hds/hds.py
cinder/volume/drivers/hds/iscsi.py
cinder/volume/drivers/hds/nfs.py
cinder/volume/drivers/hitachi/hbsd_common.py
cinder/volume/drivers/hitachi/hbsd_fc.py
cinder/volume/drivers/hitachi/hbsd_horcm.py
cinder/volume/drivers/hitachi/hbsd_iscsi.py
cinder/volume/drivers/huawei/__init__.py
cinder/volume/drivers/huaweistorhyper/huaweistorac.py
cinder/volume/drivers/ibm/flashsystem.py
cinder/volume/drivers/ibm/gpfs.py
cinder/volume/drivers/ibm/ibmnas.py
cinder/volume/drivers/ibm/storwize_svc/__init__.py
cinder/volume/drivers/ibm/xiv_ds8k.py
cinder/volume/drivers/lvm.py
cinder/volume/drivers/netapp/eseries/iscsi.py
cinder/volume/drivers/netapp/options.py
cinder/volume/drivers/nexenta/options.py
cinder/volume/drivers/nfs.py
cinder/volume/drivers/nimble.py
cinder/volume/drivers/prophetstor/options.py
cinder/volume/drivers/pure.py
cinder/volume/drivers/quobyte.py
cinder/volume/drivers/rbd.py
cinder/volume/drivers/remotefs.py
cinder/volume/drivers/san/hp/hp_3par_common.py
cinder/volume/drivers/san/hp/hp_lefthand_rest_proxy.py
cinder/volume/drivers/san/hp/hp_msa_common.py
cinder/volume/drivers/san/san.py
cinder/volume/drivers/san/solaris.py
cinder/volume/drivers/scality.py
cinder/volume/drivers/sheepdog.py
cinder/volume/drivers/smbfs.py
cinder/volume/drivers/solidfire.py
cinder/volume/drivers/srb.py
cinder/volume/drivers/storpool.py
cinder/volume/drivers/violin/v6000_common.py
cinder/volume/drivers/vmware/vmdk.py
cinder/volume/drivers/windows/smbfs.py
cinder/volume/drivers/windows/windows.py
cinder/volume/drivers/windows/windows_utils.py
cinder/volume/drivers/xio.py
cinder/volume/drivers/zadara.py
cinder/volume/drivers/zfssa/zfssaiscsi.py
cinder/volume/drivers/zfssa/zfssanfs.py
cinder/volume/flows/api/create_volume.py
cinder/volume/flows/manager/create_volume.py
cinder/volume/manager.py
cinder/volume/qos_specs.py
cinder/volume/rpcapi.py
cinder/volume/targets/driver.py
cinder/volume/utils.py
cinder/volume/volume_types.py
cinder/wsgi.py
cinder/zonemanager/drivers/brocade/brcd_fabric_opts.py
cinder/zonemanager/drivers/brocade/brcd_fc_zone_driver.py
cinder/zonemanager/drivers/cisco/cisco_fabric_opts.py
cinder/zonemanager/drivers/cisco/cisco_fc_zone_driver.py
cinder/zonemanager/fc_zone_manager.py