summaryrefslogtreecommitdiff
path: root/nova/tests/unit/test_notifications.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove (almost) all references to 'instance_type'"Zuul2021-06-131-3/+3
|\
| * Remove (almost) all references to 'instance_type'Stephen Finucane2021-03-291-3/+3
* | Use NotificationFixture for legacy notifications tooBalazs Gibizer2021-05-241-24/+23
* | Create a fixture around fake_notifierBalazs Gibizer2021-05-241-29/+29
|/
* virt: Remove 'get_all_bw_counters' APIStephen Finucane2020-11-241-24/+4
* nova-net: Remove dependency on nova-net from fake cacheStephen Finucane2020-01-081-3/+3
* nova-net: Remove final references to nova-networkStephen Finucane2020-01-081-10/+1
* Remove deprecated 'default_flavor' config optionTakashi NATSUME2019-04-301-2/+1
* Use uuidsentinel from oslo.utilsEric Fried2018-09-051-1/+2
* Improve NeutronFixture and remove unncessary stubbingBalazs Gibizer2018-08-021-3/+1
* Add action initiator attribute to the instance payloadshuangyang.qian2018-07-031-0/+15
* Remove deprecated monkey_patch config optionsMatt Riedemann2018-05-161-21/+0
* Remove vestigial system_metadata param from info_from_instance()Matt Riedemann2018-04-231-8/+8
* Remove dead code of api.fault notification sendingBalazs Gibizer2017-10-091-91/+0
* use unicode in tests to avoid SQLA warningSean Dague2017-09-181-2/+2
* Merge "Change default for [notifications]/default_publisher_id to $host"Jenkins2017-08-291-0/+4
|\
| * Change default for [notifications]/default_publisher_id to $hostMatt Riedemann2017-08-251-0/+4
* | Use enum value instead of string service nameBalazs Gibizer2017-07-251-3/+3
|/
* Make notification publisher_id consistentBalazs Gibizer2017-07-061-1/+1
* Make all timestamps formats equalBalazs Gibizer2017-06-141-0/+9
* Send out notifications when instance tags changedKevin_Zheng2017-06-061-4/+4
* Move null_safe funcs to module levelBalazs Gibizer2017-05-111-0/+15
* 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