summaryrefslogtreecommitdiff
path: root/oslo/messaging/rpc/client.py
Commit message (Expand)AuthorAgeFilesLines
* Remove oslo namespace packageDoug Hellmann2015-07-291-13/+0
* Move files out of the namespace packageDoug Hellmann2015-01-121-385/+1
* Merge "Don't allow call with fanout target"Jenkins2014-12-161-0/+4
|\
| * Don't allow call with fanout targetMehdi Abaakouk2014-12-031-0/+4
* | Make the RPCVersionCapError message clearerNikola Dipanov2014-12-041-2/+2
|/
* Enabled hacking checks H305 and H3071.4.0.0a4Christian Berendt2014-07-171-1/+1
* Add an example usage of RPCClient retry parameterMark McLoughlin2014-06-131-0/+12
* Add transport reconnection retriesMehdi Abaakouk2014-06-131-11/+27
* Fix wrong parameter description in docstringChangBo Guo(gcb)2014-03-291-2/+2
* Improve help stringsAndreas Jaeger2014-02-071-1/+1
* Fix spelling errors in commentsStanislav Kudriashev2014-01-101-1/+1
* Replace dict.iteritems() with six.iteritems()Victor Stinner2013-12-201-1/+2
* Remove useless global vars / importJulien Danjou2013-12-021-4/+0
* Fix rpc client docsMark McLoughlin2013-10-131-1/+1
* Remove check_for_lock support in RPCClientMark McLoughlin2013-08-261-33/+10
* Add a context serialization hookMark McLoughlin2013-08-091-2/+10
* Document how call() handles remote exceptionsMark McLoughlin2013-08-071-0/+18
* Expose RemoteError exception in the public APIMark McLoughlin2013-08-071-1/+22
* Simplify public symbol exportsMark McLoughlin2013-06-241-0/+6
* Don't use common loggingMark McLoughlin2013-06-161-1/+1
* Use log.warning() instead of log.warn()Mark McLoughlin2013-06-161-4/+5
* Add can_send_version() to RPCClientMark McLoughlin2013-06-161-2/+13
* Don't raise a driver-specific error on sendMark McLoughlin2013-06-151-3/+20
* Make it possible to call prepare() on call contextMark McLoughlin2013-06-151-23/+45
* Move files to new locations for oslo.messagingMark McLoughlin2013-06-151-0/+287