summaryrefslogtreecommitdiff
path: root/nova/tests/unit/test_notifications.py
Commit message (Expand)AuthorAgeFilesLines
* add tags field to instance.update notificationSujitha2017-04-211-0/+10
* conf: added notifications groupMaciej Szankin2017-01-031-10/+13
* Make notifications module use flavor capacity attributesDan Smith2016-07-121-0/+18
* Transform instance.update notificationBalazs Gibizer2016-06-301-29/+116
* Merge "Remove invalid test of config option default_notification_level"Jenkins2016-06-131-25/+0
|\
| * Remove invalid test of config option default_notification_levelChangBo Guo(gcb)2016-06-091-25/+0
* | Stop using mox stubs in tests/unit/fake_notifierBalazs Gibizer2016-06-101-1/+1
* | Move notification related code to separate packageBalazs Gibizer2016-06-081-3/+5
|/
* Merge "Fix invalid uuid warnings"Jenkins2016-05-191-1/+2
|\
| * Fix invalid uuid warningssrushti2016-05-101-1/+2
* | Merge "Fixes bug with notify_decorator bad getattr default value"Jenkins2016-05-111-0/+25
|\ \ | |/ |/|
| * Fixes bug with notify_decorator bad getattr default valueAndrei V. Ostapenko2016-03-201-0/+25
* | remove the use of import_object_nsSean Dague2016-04-221-2/+1
* | remove glance deprecated configSean Dague2016-03-311-0/+2
|/
* Remove unused CONF importsMichael Still2016-02-151-3/+0
* config options: Centralise 'virt.driver' optionsStephen Finucane2016-02-111-3/+2
* Merge "Use stub_out and mock to remove mox:part 3"Jenkins2016-01-151-4/+3
|\
| * Use stub_out and mock to remove mox:part 3jichenjc2016-01-131-4/+3
* | Replace stubs.Set with stub_out (fakes)Diana Clarke2016-01-131-2/+2
|/
* Remove Instance object flavor helper methods only used in testsHans Lindgren2015-12-031-2/+1
* Fix notify_decorator errorsEdwin Zhai2015-08-111-0/+24
* Handle InstanceNotFound when sending instance update notificationMatt Riedemann2015-06-111-0/+30
* Be more forgiving to empty context in notificationDavanum Srinivas2015-03-311-0/+70
* Merge "Ensure publisher_id is set correctly in notifications"Jenkins2015-02-101-0/+3
|\
| * Ensure publisher_id is set correctly in notificationsDavanum Srinivas2015-02-041-0/+3
* | Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-1/+1
|/
* Fix up some instance object creation issues in testsDan Smith2015-01-291-2/+3
* Changed testcase 'test_send_on_vm_change' to test vm changeNuman Siddique2014-11-301-2/+2
* Make notifications use Instance.get_flavor()Dan Smith2014-11-201-51/+52
* move all tests to nova/tests/unitSean Dague2014-11-121-0/+394