summaryrefslogtreecommitdiffstats
path: root/nova/tests/rpc
Commit message (Expand)AuthorAgeFilesLines
* Use rpc from openstack-common.Russell Bryant2012-06-2011-1767/+0
* Add missing ack to impl_qpid.Russell Bryant2012-06-131-0/+4
* Merge "Use OSError instead of ProcessExecutionError."Jenkins2012-06-081-1/+1
|\
| * Use OSError instead of ProcessExecutionError.Russell Bryant2012-06-061-1/+1
* | Replace standard json module with openstack.common.jsonutilsZhongyue Luo2012-06-071-7/+7
|/
* Merge "Unused imports cleanup (folsom-2)"Jenkins2012-06-061-3/+0
|\
| * Unused imports cleanup (folsom-2)Zhongyue Luo2012-06-031-3/+0
* | Add zeromq driver. Implements blueprint zeromq-rpc-driverEric Windisch2012-06-061-0/+128
* | Use openstack.common.cfg.CONF.Russell Bryant2012-06-043-3/+0
|/
* Implement blueprint host-topic-matchmakingEric Windisch2012-05-311-0/+58
* New RPC tests, docstring fixes.Eric Windisch2012-05-301-25/+76
* Fix a minor spelling error.Russell Bryant2012-05-251-1/+1
* add queue name argument to TopicConsumerDoug Hellmann2012-05-242-0/+54
* Enable checking for imports in alphabetical orderJoe Gordon2012-05-221-1/+1
* Alphabetize imports in nova/tests/Joe Gordon2012-05-183-3/+3
* Add base support for rpc API versioning.Russell Bryant2012-05-173-4/+239
* Make kombu support optional for running unit tests.Russell Bryant2012-05-023-17/+77
* Refactor nova.rpc config handling.Russell Bryant2012-04-255-45/+57
* Add the serialization of exceptions for RPC calls.Alex Meade2012-04-063-26/+206
* Remove nova.rpc.impl_carrot.Russell Bryant2012-04-021-41/+0
* Make kombu failures retry on IOErrorChris Behrens2012-03-291-2/+15
* Fix OpenStack CapitalizationJoe Gordon2012-03-151-1/+1
* HACKING fixes, TODO authors.Yuriy Taraday2012-03-161-1/+2
* Exceptions unpacking rpc messages shouldn't hang the daemonChris Behrens2012-03-084-6/+45
* HACKING fixes, all but sqlalchemy.Yuriy Taraday2012-03-071-5/+5
* Use self.mox instead of create a new self.mockerJohannes Erdfelt2012-03-031-30/+17
* Remove empty setUp/tearDown methodsJohannes Erdfelt2012-03-023-7/+1
* Re-adds ssl to kombu configuration and adds flags that are needed to pass thr...Joshua Harlow2012-02-271-0/+54
* Don't store connection pool in RpcContext.Russell Bryant2012-02-211-23/+0
* Core modifications for future zones service.Chris Behrens2012-02-162-11/+121
* Merge "Move connection pool back into impl_kombu/qpid."Jenkins2012-02-151-5/+4
|\
| * Move connection pool back into impl_kombu/qpid.Russell Bryant2012-02-081-5/+4
* | Standardize logging delaration and useJason Kölker2012-02-145-5/+5
|/
* Don't block forever for rpc.(multi)call response.Russell Bryant2012-02-023-7/+42
* Merge "Empty connection pool after test_kombu."Jenkins2012-02-011-0/+1
|\
| * Empty connection pool after test_kombu.Russell Bryant2012-01-311-0/+1
* | Be more explicit about emptying connection pool.Russell Bryant2012-01-311-2/+2
|/
* Add support for Qpid to nova.rpc.Russell Bryant2012-01-241-0/+293
* Remove a whole bunch of unused importsVishvananda Ishaya2012-01-132-2/+0
* Implement more complete kombu reconnectingChris Behrens2012-01-121-0/+114
* Remove unneeded broken test case.Mark Washenberger2011-12-211-37/+0
* Fix RPC responses to allow None response correctly.Chris Behrens2011-11-296-0/+454