]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Sync latest notifier changes from openstack-common
authorDan Prince <dprince@redhat.com>
Mon, 5 Nov 2012 21:41:41 +0000 (16:41 -0500)
committerDan Prince <dprince@redhat.com>
Mon, 5 Nov 2012 21:48:52 +0000 (16:48 -0500)
commit5b00256b989f0a2a6d4d3de75b1f152faf87f7d4
treed70c63b0401bc854ca68ca6aa55c82d90e10bb84
parent98d878779398be9ae24af3bb5d86365fa432338f
Sync latest notifier changes from openstack-common

Updates Quantum with the latest changes from openstack-commons
notifier package:

    Rename rabbit_notifier to rpc_notifier.

    The previous rabbit_notifier module is generic and can be used
    for all RPC notifications.

    This commit moves the rabbit_notifier module to rpc_notifier and
    adds a new deprecated rabbit_notifier module which can be used for
    Grizzly so that users can have a chance to easily upgrade this
    config setting.

Also updates the agent code and config file to reflect this change
(and get unit tests to pass)

Fixes LP Bug #1075330.

Change-Id: If9a4f5fa27638b25a29b66dbfed757554358ff7c
etc/quantum.conf
quantum/agent/rpc.py
quantum/openstack/common/cfg.py
quantum/openstack/common/log.py
quantum/openstack/common/notifier/rabbit_notifier.py
quantum/openstack/common/notifier/rpc_notifier.py [new file with mode: 0644]