summaryrefslogtreecommitdiffstats
path: root/nova/tests/test_notifier.py
Commit message (Expand)AuthorAgeFilesLines
* Switch to common notifiers.Andrew Bogott2012-07-061-184/+0
* Switch to common logging.Andrew Bogott2012-07-021-2/+2
* Use rpc from openstack-common.Russell Bryant2012-06-201-3/+3
* Alphabetize imports in nova/tests/Joe Gordon2012-05-181-1/+1
* Find context arg by type rather than by name.Andrew Bogott2012-05-041-10/+15
* Pass context to notification drivers when we can.Andrew Bogott2012-05-021-9/+55
* Late load rabbit_notifier in test_notifierHengqing Hu2012-03-081-0/+2
* HACKING fixes, all but sqlalchemy.Yuriy Taraday2012-03-071-8/+7
* Remove unnecessary setting up and down of mox and stuboutJohannes Erdfelt2012-03-021-7/+0
* Scheduler notifications added.Sandy Walsh2012-02-211-2/+2
* Allow file logging configJason Kölker2012-02-171-1/+1
* Fix _poll_bandwidth_usage if no network on vifJason Kölker2012-02-061-0/+2
* Remove a whole bunch of unused importsVishvananda Ishaya2012-01-131-6/+0
* Create notification queues as durableJohannes Erdfelt2011-12-281-25/+11
* Fixed some docstringNachi Ueno2011-08-231-2/+1
* Added Test Code, doc string, and fixed pip-requireswNachi Ueno2011-08-221-0/+22
* pep8 fixesNaveed Massjouni2011-06-011-3/+4
* Don't need to import json.Naveed Massjouni2011-05-251-2/+0
* Merge from trunk.Naveed Massjouni2011-05-251-13/+70
|\
| * Merge prop changesCerberus2011-05-161-11/+11
| * Review changes and merge from trunkCerberus2011-05-161-1/+1
| * Pep8 stuffCerberus2011-05-111-6/+10
| * Moved everything into notifier/apiCerberus2011-05-111-10/+12
| * Merge from DragonCerberus2011-05-111-6/+23
| |\
| | * Add priority based queues to notifications. Monsyne Dragon2011-05-101-6/+23
| * | Code cleanupCerberus2011-05-111-7/+5
| |/
| * Better testsCerberus2011-05-101-2/+38
* | Set publish_errors default to False.Naveed Massjouni2011-05-061-3/+6
* | Publish errors via nova.notifierNaveed Massjouni2011-05-051-2/+19
|/
* More unit tests and rabbit hooksmatt.dietz@rackspace.com2011-03-041-5/+24
* Basic notifications drivers and testsCerberus2011-03-031-0/+41