summaryrefslogtreecommitdiff
path: root/nova/notifications.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove uses of instance['instance_type'] from nova/notificationsDan Smith2013-03-091-1/+3
* Fix issues with re-raising exceptions.Russell Bryant2013-03-051-4/+9
* Put options in a list.Russell Bryant2013-03-041-18/+16
* Update OpenStack LLC to FoundationKurt Taylor2013-02-261-1/+1
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+2
* Make sure there are no unused importJoe Gordon2013-01-281-1/+0
* Avoid db lookup in info_from_instance().Russell Bryant2013-01-241-6/+2
* Move global glance opts into nova.image.glanceMark McLoughlin2013-01-081-1/+2
* Wrap log messages with _()daisy-ycguo2012-11-211-1/+1
* Merge "Remove nova.config.CONF"Jenkins2012-11-201-2/+1
|\
| * Remove nova.config.CONFMark McLoughlin2012-11-201-2/+1
* | Merge "Include hostname in notification payloads."Jenkins2012-11-201-0/+1
|\ \ | |/ |/|
| * Include hostname in notification payloads.andrewbogott2012-11-061-0/+1
* | Remove nova.flagsMark McLoughlin2012-11-171-1/+0
|/
* Switch from FLAGS to CONF in misc modulesMark McLoughlin2012-11-041-11/+12
* Send api.fault notification on API service faults.SandyWalsh2012-09-191-0/+20
* Implements sending notification on metadata changeNikhil Komawar2012-08-211-0/+3
* Fix spelling typosJoe Gordon2012-08-161-2/+2