summaryrefslogtreecommitdiff
path: root/nova/rpc.py
Commit message (Expand)AuthorAgeFilesLines
* Use new get_rpc_client API from oslo.messagingTobias Urdin2023-01-171-9/+7
* rpc: Rework 'get_notifier', 'wrap_exception'Stephen Finucane2021-03-011-4/+3
* Remove six.text_type (1/2)Takashi Natsume2020-12-131-3/+2
* Remove unnecessary wrapperStephen Finucane2019-05-291-3/+1
* test_rpc: Stop f****** with global stateStephen Finucane2019-04-261-0/+1
* Bump to hacking 1.1.0Stephen Finucane2019-04-121-13/+13
* Fix jsonutils.to_primitive UserWarningMatt Riedemann2018-12-171-2/+21
* Use oslo.messaging per-call monitoringDan Smith2018-06-111-3/+11
* Remove useless run_periodic_tasks call in ClientRoutermelanie witt2018-03-201-2/+0
* Fix the notification devref location in exceptionBalazs Gibizer2018-03-051-1/+1
* Remove dead code of api.fault notification sendingBalazs Gibizer2017-10-091-1/+0
* Merge "Add live.migration.force.complete to the legacy notification whitelist"Jenkins2017-09-251-0/+2
|\
| * Add live.migration.force.complete to the legacy notification whitelistBalazs Gibizer2017-09-211-0/+2
* | Account for compute.metrics.update in legacy notification whitelistMatt Riedemann2017-09-181-0/+1
|/
* Replace messaging.get_transport with get_rpc_transportMatt Riedemann2017-06-051-3/+3
* Clean up ClientRouter debtDan Smith2017-04-251-15/+2
* Short circuit notifications when not enabledBalazs Gibizer2017-03-301-0/+13
* Remove old oslo.messaging transport aliasesChangBo Guo(gcb)2017-03-171-17/+3
* Make versioned notifications topics configurableJuan Antonio Osorio Robles2017-03-141-6/+8
* Change MQ targeting to honor only what is in the contextDan Smith2017-03-101-66/+20
* Merge "Set access_policy for messaging's dispatcher"Jenkins2017-03-031-2/+4
|\
| * Set access_policy for messaging's dispatcherChangBo Guo(gcb)2017-01-201-2/+4
* | Added instance.reboot.error to the legacy notificationsGábor Antal2017-01-271-0/+1
|/
* Integrate OSProfiler and NovaDina Belova2017-01-181-2/+42
* conf: added notifications groupMaciej Szankin2017-01-031-2/+2
* Make RPCFixture support multiple connectionsDan Smith2016-12-071-3/+1
* Stop overwriting thread local context in ClientRoutermelanie witt2016-09-261-1/+2
* Move cell message queue switching and add cachingmelanie witt2016-08-311-14/+85
* Transform wrap_exception notification to versioned formatLaszlo Hegedus2016-06-211-6/+6
* Add message queue switching through RequestContextmelanie witt2016-05-161-0/+22
* Merge "Replace topic with topics for messaging.Notifier"Jenkins2016-04-061-2/+2
|\
| * Replace topic with topics for messaging.NotifierAndrew Laski2016-04-051-2/+2
* | Fix import statement order in nova/rpc.pyTakashi NATSUME2016-04-061-1/+1
|/
* config options: Centralize 'nova.rpc' optionsBalazs Gibizer2016-04-041-11/+2
* Forbid new legacy notification event_typeBalazs Gibizer2016-03-071-1/+166
* Use get_notification_transport() for notificationsRyan Rossiter2016-01-251-10/+20
* Make emitting versioned notifications configurableBalazs Gibizer2016-01-191-5/+35
* Merge "Ensure publisher_id is set correctly in notifications"Jenkins2015-02-101-1/+1
|\
| * Ensure publisher_id is set correctly in notificationsDavanum Srinivas2015-02-041-1/+1
* | Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-3/+3
|/
* Switch to nova's jsonutils in oslo.serializationDavanum Srinivas2014-10-141-1/+1
* Serialize the notification payload in jsonMehdi Abaakouk2014-02-201-2/+9
* nova: use RequestContextSerializer for notificationsJulien Danjou2014-02-061-1/+2
* Remove vi modelinesliu-sheng2014-02-031-2/+0
* Port to oslo.messagingMark McLoughlin2014-02-011-0/+141
* Reorganize the code to satisfy review comments.Zed Shaw2011-07-291-66/+0
* Use the util.import_object to import a module.Zed Shaw2011-07-291-2/+2
* Implements a simplified messaging abstraction with the least amount of impact...Zed Shaw2011-07-261-572/+26
* fix up testsSandy Walsh2011-07-011-0/+1
|\
| * Reverses the self.auto_delete = True that was added to TopicPublisherChris Behrens2011-06-301-1/+0