summaryrefslogtreecommitdiffstats
path: root/nova/notifications.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix notification logicStanislaw Pitucha2012-08-041-2/+2
* Implements notifications for more instance changesNikhil Komawar2012-07-271-36/+90
* Fix typo in docstringPhil Day2012-07-131-1/+1
* Adds network labels to the fixed ips in usagesMatt Dietz2012-07-111-1/+6
* Switch to common notifiers.Andrew Bogott2012-07-061-1/+1
* This patch stops metadata from being deleted when an instance is deleted.Alex Meade2012-07-061-7/+2
* Add checks for retrieving deleted instance metadata for notification events.Alex Meade2012-07-051-10/+17
* Switch to common logging.Andrew Bogott2012-07-021-1/+1
* Remove unnecessary queries for network info in notificationsChris Behrens2012-06-261-1/+1
* Add instance details to notificationsDoug Hellmann2012-06-181-2/+31
* Replaces functions in utils.py with openstack/common/timeutils.pyZhongyue Luo2012-06-161-1/+2
* Merge "Fix instance update notification publisher id"Jenkins2012-06-011-8/+13
|\
| * Fix instance update notification publisher idBrian Elliott2012-05-301-8/+13
* | Backslash continuation removal (Nova folsom-2)Zhongyue Luo2012-05-311-2/+2
|/
* Added a instance state update notificationBrian Elliott2012-05-241-0/+242