summaryrefslogtreecommitdiffstats
path: root/nova/tests/notifier
Commit message (Expand)AuthorAgeFilesLines
* Switch to common notifiers.Andrew Bogott2012-07-063-159/+0
* Switch to common logging.Andrew Bogott2012-07-021-1/+1
* Alphabetize imports in nova/tests/Joe Gordon2012-05-181-1/+1
* Make use of openstack.common.jsonutils.Russell Bryant2012-05-151-2/+2
* Pass context to notification drivers when we can.Andrew Bogott2012-05-022-7/+7
* Fix OpenStack CapitalizationJoe Gordon2012-03-151-1/+1
* HACKING fixes, all but sqlalchemy.Yuriy Taraday2012-03-071-4/+5
* Remove unnecessary setting up and down of mox and stuboutJohannes Erdfelt2012-03-021-1/+0
* ComputeNode Capacity supportSandy Walsh2012-01-231-0/+59
* Remove a whole bunch of unused importsVishvananda Ishaya2012-01-131-6/+2
* Fixed some pep8 and pylint issues.Tim Simpson2011-08-231-0/+6
* Switched list_notifier to log an exception each time notify is called, for ea...Tim Simpson2011-08-231-9/+1
* Changed list_notifier to call sys.exit if a notification driver could not be ...Tim Simpson2011-08-221-5/+10
* Added ability to detect import errors in list_notifier if one or more drivers...Tim Simpson2011-08-221-26/+26
* Added list_notifier, a driver for the notifer api which calls a list of other...Tim Simpson2011-08-162-0/+101