]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Don't use module importutils from oslo-incubator
authorChangBo Guo(gcb) <eric.guo@easystack.cn>
Mon, 24 Nov 2014 06:13:01 +0000 (14:13 +0800)
committerChangBo Guo(gcb) <eric.guo@easystack.cn>
Tue, 25 Nov 2014 05:27:58 +0000 (13:27 +0800)
commitc0f1820b60c8349e658bd2e70868e734961e510a
treeac80a131d69b43d3269be5c841390c16ce36ddf9
parenta9b03553530027dfc7a465c7cf3570d0dfcc6a5b
Don't use module importutils from oslo-incubator

* Syncs latest module service
  Removes its dependency for oslo-incubator module importutils.
  Removes code which was never executed after switched to oslo.messaging.
Include changes:
5d40e14 Remove code that moved to oslo.i18n
6ede600 rpc, notifier: remove deprecated modules

* config.genrator has been removed from oslo-incubator, so update
config.generator to use importutils from oslo.utils directly.

* Removes module importutils

Change-Id: If5cf4100006b5ca4dba1ad92e0c8efc22f90083c
cinder/openstack/common/config/generator.py
cinder/openstack/common/importutils.py [deleted file]
cinder/openstack/common/service.py