]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Use openstack.common.notifier.
authorChmouel Boudjnah <chmouel@chmouel.com>
Mon, 6 Aug 2012 08:25:31 +0000 (10:25 +0200)
committerChmouel Boudjnah <chmouel@chmouel.com>
Mon, 6 Aug 2012 08:31:36 +0000 (10:31 +0200)
commita4c8e71e0895f6652d1e2c8fbb06b6b2447b6086
treeb2d06bc84e89310b659dec93598e152cfee5d62a
parenta1b4bd5e86cd865869308c976c6aebf9a4ad23a8
Use openstack.common.notifier.

- Update openstack.common.log to use it (and fixes #1030078 for cinder as
  well so we can get review I9d4251b4292188c0174ebac1dcd98318df44c0e3
  working).
- Don't use openstack.common.context but our own just yet.

Change-Id: I10feda623788a3b2418cad6bf55cbdb860ba8ee7
28 files changed:
cinder/exception.py
cinder/flags.py
cinder/notifier/capacity_notifier.py [deleted file]
cinder/notifier/list_notifier.py [deleted file]
cinder/openstack/common/cfg.py
cinder/openstack/common/exception.py
cinder/openstack/common/jsonutils.py
cinder/openstack/common/log.py
cinder/openstack/common/notifier/__init__.py [moved from cinder/notifier/__init__.py with 100% similarity]
cinder/openstack/common/notifier/api.py [moved from cinder/notifier/api.py with 77% similarity]
cinder/openstack/common/notifier/list_notifier.py [new file with mode: 0644]
cinder/openstack/common/notifier/log_notifier.py [moved from cinder/notifier/log_notifier.py with 76% similarity]
cinder/openstack/common/notifier/no_op_notifier.py [moved from cinder/notifier/no_op_notifier.py with 95% similarity]
cinder/openstack/common/notifier/rabbit_notifier.py [moved from cinder/notifier/rabbit_notifier.py with 69% similarity]
cinder/openstack/common/notifier/test_notifier.py [moved from cinder/notifier/test_notifier.py with 91% similarity]
cinder/openstack/common/rpc/common.py
cinder/openstack/common/rpc/impl_qpid.py
cinder/openstack/common/rpc/proxy.py
cinder/openstack/common/setup.py
cinder/openstack/common/timeutils.py
cinder/tests/notifier/__init__.py [deleted file]
cinder/tests/notifier/test_list_notifier.py [deleted file]
cinder/tests/scheduler/test_scheduler.py
cinder/tests/test_exception.py
cinder/tests/test_notifier.py [deleted file]
cinder/utils.py
etc/cinder/cinder.conf.sample
openstack-common.conf