summaryrefslogtreecommitdiffstats
path: root/openstack/common/notifier/rabbit_notifier.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated Grizzly featuresJoe Gordon2013-03-251-29/+0
| | | | | | | | | | Now that Havana has started, remove deprecated Grizzly features * deprecated alias list_notifier_drivers (for notification_driver) * openstack/common/notifier/rabbit_notifier.py (use rpc_notifier instead) Change-Id: I0dbb997ba774f58766bddf950049ec1e2d5b79de
* Rename rabbit_notifier to rpc_notifier.Dan Prince2012-11-051-24/+7
| | | | | | | | | | | | | 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. Once this lands here I'd like to do the same in Quantum. Change-Id: I95073b1a8e06673d8e7363a4b37c050adbad97c5
* fix bug lp:1019348,update openstack-common to support pep8 1.3.Yaguang Tang2012-07-181-3/+3
| | | | | | also,this patch turns off pep8 E125 check. Change-Id: I22d2a94d89530586d614af39af17ae542c5e0cbf
* Fix missing gettextutils in several modules.Eric Windisch2012-07-121-0/+1
| | | | | | Fixes bug 1021453. Change-Id: I05771a588746a0e43fec0078c5c7152dd9d33b9f
* Add common logging and notification.Andrew Bogott2012-06-251-0/+45
This code is migrated from Nova, and will soon replace it. Change-Id: I2dacac3ef251d419c7049154f6aaf0c18fdb9bb4