summaryrefslogtreecommitdiffstats
path: root/nova/notifier
Commit message (Expand)AuthorAgeFilesLines
* Switch to common notifiers.Andrew Bogott2012-07-068-427/+0
* Switch to common logging.Andrew Bogott2012-07-025-5/+5
* Use rpc from openstack-common.Russell Bryant2012-06-201-1/+1
* Replaces functions in utils.py with openstack/common/timeutils.pyZhongyue Luo2012-06-161-3/+3
* Replace standard json module with openstack.common.jsonutilsZhongyue Luo2012-06-071-3/+2
* Unused imports cleanup (folsom-2)Zhongyue Luo2012-06-031-1/+0
* Make use of openstack.common.jsonutils.Russell Bryant2012-05-151-1/+2
* Pass context to notification drivers when we can.Andrew Bogott2012-05-027-16/+22
* Update common.importutils from openstack-common.Russell Bryant2012-05-021-1/+0
* Use openstack.common.importutils.Russell Bryant2012-04-282-5/+6
* Improved localization testing.Yuriy Taraday2012-04-102-2/+2
* HACKING fixes, all but sqlalchemy.Yuriy Taraday2012-03-072-2/+4
* fix restructuredtext formatting in docstrings that show up in the developer g...Doug Hellmann2012-03-051-18/+18
* Only raw string literals should be used with _()Johannes Erdfelt2012-03-041-3/+3
* Minor cleanup based on HACKINGJoe Gordon2012-03-011-2/+2
* Scheduler notifications added.Sandy Walsh2012-02-211-5/+10
* Standardize logging delaration and useJason Kölker2012-02-143-3/+3
* Remove the last of the gflags shim layerMark McLoughlin2012-02-103-3/+3
* Backslash continuations (misc.)Zhongyue Luo2012-02-082-8/+6
* Move cfg to nova.openstack.commonMark McLoughlin2012-02-033-3/+3
* Refactor away the flags.DEFINE_* helpersMark McLoughlin2012-01-283-12/+26
* ComputeNode Capacity supportSandy Walsh2012-01-231-0/+81
* Remove a whole bunch of unused importsVishvananda Ishaya2012-01-131-3/+0
* Create notification queues as durableJohannes Erdfelt2011-12-281-1/+1
* More spelling fixes inside of novaJoe Gordon2011-11-091-1/+1
* more logging info to help identify bad payloadsSandy Walsh2011-08-291-1/+2
* Merged from upstream.Tim Simpson2011-08-231-0/+27
|\
| * Fixed some docstringNachi Ueno2011-08-231-2/+5
| * Fixed typo and docstring and example class nameNachi Ueno2011-08-231-4/+3
| * Added Test Code, doc string, and fixed pip-requireswNachi Ueno2011-08-221-0/+8
| * Fixed NoneType returned bugwNachi Ueno2011-08-191-2/+1
| * Added monkey patching notification code functionNachi Ueno2011-08-191-0/+18
* | Fixed some pep8 and pylint issues.Tim Simpson2011-08-231-3/+4
* | Switched list_notifier to log an exception each time notify is called, for ea...Tim Simpson2011-08-231-2/+11
* | Changed list_notifier to call sys.exit if a notification driver could not be ...Tim Simpson2011-08-221-11/+4
* | Added ability to detect import errors in list_notifier if one or more drivers...Tim Simpson2011-08-221-4/+19
* | Added list_notifier, a driver for the notifer api which calls a list of other...Tim Simpson2011-08-161-0/+50
|/
* made the whole instance handling thing optionalSandy Walsh2011-07-291-1/+1
* added instance support to to_primitive and testsSandy Walsh2011-07-291-3/+1
* unicode instead of str()Sandy Walsh2011-07-281-1/+1
* make payload json serializableSandy Walsh2011-07-281-0/+6
* review fixesSandy Walsh2011-07-011-9/+5
* phew ... workingSandy Walsh2011-06-291-1/+4
|\
* | trunk mergeSandy Walsh2011-06-292-1/+29
|\|
| * remerged trunk Monsyne Dragon2011-06-283-4/+6
| |\
| * | Re-merging code for generating system-usages to get around bzr merge braindea...Monsyne Dragon2011-06-281-0/+28
* | | moved to wrap_exception decoratorSandy Walsh2011-06-281-26/+0
* | | refactoring to compute from schedulerSandy Walsh2011-06-281-0/+39
| |/ |/|
* | make all uses of utcnow use our testable utils.utcnowVishvananda Ishaya2011-06-021-4/+3
* | Spacing changesCerberus2011-05-183-0/+3
|/