summaryrefslogtreecommitdiff
path: root/nova/notifications.py
Commit message (Expand)AuthorAgeFilesLines
* Move notification related code to separate packageBalazs Gibizer2016-06-081-445/+0
* Merge "Fixes bug with notify_decorator bad getattr default value"Jenkins2016-05-111-1/+1
|\
| * Fixes bug with notify_decorator bad getattr default valueAndrei V. Ostapenko2016-03-201-1/+1
* | Config options: Centralize notification optionsPushkar Umaranikar2016-04-061-24/+2
* | Enhance value check for option notify_on_state_changeChangBo Guo(gcb)2016-04-041-7/+9
|/
* Replaced deprecated timeutils methodsGábor Antal2015-11-181-1/+1
* Fix notify_decorator errorsEdwin Zhai2015-08-111-4/+6
* Handle InstanceNotFound when sending instance update notificationMatt Riedemann2015-06-111-0/+9
* Use oslo_config choices supportEric Brown2015-06-011-0/+1
* Replace dict.iteritems() with six.iteritems(dict)Victor Stinner2015-05-221-1/+1
* Be more forgiving to empty context in notificationDavanum Srinivas2015-03-311-1/+4
* Make notifications use BandwidthUsageList objectHans Lindgren2015-02-231-11/+11
* Use oslo.logDavanum Srinivas2015-02-221-1/+1
* Replace oslo-incubator with oslo_contextTomofumi Hayashi2015-02-141-1/+1
* Fix description of parameters in nova functionspkholkin2015-02-101-2/+2
* Merge "Ensure publisher_id is set correctly in notifications"Jenkins2015-02-101-2/+4
|\
| * Ensure publisher_id is set correctly in notificationsDavanum Srinivas2015-02-041-2/+4
* | Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-3/+3
|/
* Merge "Make notifications use Instance.get_flavor()"Jenkins2014-11-241-38/+35
|\
| * Make notifications use Instance.get_flavor()Dan Smith2014-11-201-38/+35
* | Replacement `_` on `_LE` in all LOG.exceptionMike Durnosvistov2014-11-201-4/+4
|/
* Use oslo.utilsDavanum Srinivas2014-10-061-2/+2
* Be less confusing about notification statesSean Dague2014-09-221-12/+32
* Add progress and cell_name into notificationsJohn Garbutt2014-09-171-0/+5
* Remove use of str on exceptionsJames Carey2014-08-271-1/+3
* docs - Fix errors,warnings from document generationDavanum Srinivas2014-08-081-4/+9
* Use oslo.i18nDavanum Srinivas2014-07-181-1/+1
* Fix the rest of direct uses of instance module objectsChris Behrens2014-06-241-4/+3
* Add VIF mac address to fixed_ips in notificationsLeandro I. Costantino2014-05-211-0/+1
* Remove unnecessary check for CONF.notify_on_state_changejichenjc2014-03-281-10/+8
* Remove vi modelinesliu-sheng2014-02-031-2/+0
* Port to oslo.messagingMark McLoughlin2014-02-011-10/+11
* Use utils method when getting instance metadata and system metadataSam Morrison2013-12-031-1/+1
* Correct deleted_at value in notification messagesPhil Day2013-09-201-4/+5
* Add instance_flavor_id to the notification messageShuangtai Tian2013-09-131-0/+2
* Port to oslo.messaging.Notifier APIMark McLoughlin2013-09-051-9/+40
* Pass objects for revert and confirm resizesChris Behrens2013-08-281-0/+2
* maint: remove redundant default=None for config optionsPádraig Brady2013-08-091-1/+1
* Remove the monkey patching of _ into the builtinsAlex Gaynor2013-07-261-0/+1
* Make InfoCache.network_info be the network modelChris Behrens2013-07-221-9/+18
* Merge "Remove notify_on_any_change option"Jenkins2013-07-151-5/+1
|\
| * Remove notify_on_any_change optionJulien Danjou2013-07-031-5/+1
* | Make notifications properly string-convert instance datetimesDan Smith2013-07-121-2/+10
* | Fix and gate on E125Joe Gordon2013-07-041-3/+3
|/
* Add old display name to update notificationWangpan2013-06-171-2/+10
* Fix and enable H403 testsDirk Mueller2013-06-121-1/+2
* Rename functions in nova.compute.flavors from instance_typeJoe Gordon2013-06-111-1/+1
* Add node as instance attribute for notificationJay Lau2013-05-261-0/+1
* Make a few places tolerant of sys_meta being a dictDan Smith2013-05-221-2/+1
* Rename nova.compute.instance_types to flavorsJoe Gordon2013-05-071-2/+2