]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Sync notifier changes from openstack-common
authorMark McLoughlin <markmc@redhat.com>
Wed, 5 Sep 2012 11:15:41 +0000 (12:15 +0100)
committerMark McLoughlin <markmc@redhat.com>
Fri, 7 Sep 2012 08:26:59 +0000 (09:26 +0100)
commite2553117e1a772e0697fdf9fa224359a65d718a2
treebf6a609aeae727cf1d04e98afa2b000b583f62c2
parente5a2cd89761b041883433829fe9a751c15eab229
Sync notifier changes from openstack-common

Syncs the following from stable/folsom:

 c767e9b Add multiple-driver support to the notifier api.

Also remove notification_driver from cinder.flags. This should
have been done when first adopting this code from openstack-common
since the option is defined there now.

Note: I've left the cinder-specific change to use cinder's context
rather than openstack-common's context.

Change-Id: I6ff4b5d45ca9cc4acaf37c62c143f2886ebee423
cinder/flags.py
cinder/openstack/common/log.py
cinder/openstack/common/notifier/api.py
cinder/openstack/common/notifier/list_notifier.py [deleted file]
cinder/tests/test_volume.py
cinder/tests/test_volume_utils.py