summaryrefslogtreecommitdiff
path: root/nova/tests/test_notifications.py
Commit message (Expand)AuthorAgeFilesLines
* Be less confusing about notification statesSean Dague2014-09-221-0/+37
* Add progress and cell_name into notificationsJohn Garbutt2014-09-171-0/+28
* Add VIF mac address to fixed_ips in notificationsLeandro I. Costantino2014-05-211-0/+7
* Fixed many typos.Alex Gaynor2014-04-251-3/+3
* Remove vi modelinesliu-sheng2014-02-031-2/+0
* Replace assertEquals with assertEqual - tests/etcZhongyue Luo2013-11-121-45/+45
* Utilizes assertIsNone and assertIsNotNone - tests/etcZhongyue Luo2013-10-311-2/+2
* Utilizes assertIn - tests/etcZhongyue Luo2013-10-211-1/+1
* Port to oslo.messaging.Notifier APIMark McLoughlin2013-09-051-43/+41
* Remove deprecated legacy network info model in Hypervisor driversYaguang Tang2013-08-231-1/+1
* Remove notify_on_any_change optionJulien Danjou2013-07-031-1/+0
* Add old display name to update notificationWangpan2013-06-171-3/+7
* Rename functions in nova.compute.flavors from instance_typeJoe Gordon2013-06-111-2/+2
* Improve Python 3.x compatibilityDirk Mueller2013-06-011-1/+1
* Add node as instance attribute for notificationJay Lau2013-05-261-0/+3
* Rename nova.compute.instance_types to flavorsJoe Gordon2013-05-071-3/+3
* Remove unnecessary LOG initialisationStanislaw Pitucha2013-04-101-2/+0
* Remove uses of instance['instance_type'] from nova/notificationsDan Smith2013-03-091-2/+4
* Update OpenStack LLC to FoundationKurt Taylor2013-02-261-1/+1
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+2
* Removed print stmts in test casesGiampaolo Lauria2013-01-291-2/+0
* Fix a test isolation error in compute.test_compute.Robert Collins2012-12-201-4/+1
* Reset notifier_api before each test.Clark Boylan2012-11-301-0/+1
* Move compute_driver into nova.virt.driverMark McLoughlin2012-11-211-0/+3
* Merge "Remove nova.config.CONF"Jenkins2012-11-201-1/+0
|\
| * Remove nova.config.CONFMark McLoughlin2012-11-201-1/+0
* | Merge "Include hostname in notification payloads."Jenkins2012-11-201-0/+5
|\ \ | |/ |/|
| * Include hostname in notification payloads.andrewbogott2012-11-061-0/+5
* | Remove nova.flagsMark McLoughlin2012-11-171-1/+1
* | Switch from FLAGS to CONF in testsMark McLoughlin2012-11-101-1/+0
|/
* Stop network.api import on network importVishvananda Ishaya2012-10-041-2/+2
* Send api.fault notification on API service faults.SandyWalsh2012-09-191-0/+24
* Simplify setting up test notifierMark McLoughlin2012-09-071-1/+1
* Remove stub_network flagRongze Zhu2012-08-211-2/+1
* Migrate a notifier patch from common:Andrew Bogott2012-08-031-1/+6
* Fix notification logicStanislaw Pitucha2012-08-041-0/+19
* Implements notifications for more instance changesNikhil Komawar2012-07-271-8/+70
* Adds network labels to the fixed ips in usagesMatt Dietz2012-07-111-3/+11
* Switch to common notifiers.Andrew Bogott2012-07-061-2/+2
* Switch to common logging.Andrew Bogott2012-07-021-1/+1
* Fix some import ordering HACKING violationsJohannes Erdfelt2012-06-281-1/+1
* Cleanup of image service codeBrian Waldon2012-06-271-1/+1
* Cleanup instance_update so it only takes a UUID.Michael Still2012-06-151-2/+2
* Merge "convert virt drivers to fully dynamic loading"Jenkins2012-06-041-1/+1
|\
| * convert virt drivers to fully dynamic loadingSean Dague2012-05-311-1/+1
* | Fix instance update notification publisher idBrian Elliott2012-05-301-1/+32
|/
* Added a instance state update notificationBrian Elliott2012-05-241-0/+169