summaryrefslogtreecommitdiffstats
path: root/nova/rpc
Commit message (Expand)AuthorAgeFilesLines
* Use rpc from openstack-common.Russell Bryant2012-06-2010-3745/+0
* Merge "Add missing ack to impl_qpid."Jenkins2012-06-141-1/+6
|\
| * Add missing ack to impl_qpid.Russell Bryant2012-06-131-1/+6
* | Log warnings instead of full exceptions for AMQP reconnects.Josh Kearney2012-06-131-1/+1
|/
* Resolve unittest error in rpc/impl_zmqZhongyue Luo2012-06-081-1/+1
* Replace standard json module with openstack.common.jsonutilsZhongyue Luo2012-06-073-8/+8
* Merge "Unused imports cleanup (folsom-2)"Jenkins2012-06-061-2/+0
|\
| * Unused imports cleanup (folsom-2)Zhongyue Luo2012-06-031-2/+0
* | Add zeromq driver. Implements blueprint zeromq-rpc-driverEric Windisch2012-06-062-0/+717
* | Merge "Finally ack consumed message"Jenkins2012-06-051-1/+2
|\ \
| * | Finally ack consumed messageHengqing Hu2012-06-051-1/+2
* | | Use openstack.common.cfg.CONF.Russell Bryant2012-06-044-29/+14
|/ /
* / Add a comment to rpc.queue_get_for().Russell Bryant2012-06-011-1/+14
|/
* Merge "Implement blueprint host-topic-matchmaking"Jenkins2012-05-311-0/+257
|\
| * Implement blueprint host-topic-matchmakingEric Windisch2012-05-311-0/+257
* | Don't deepcopy RpcContextChris Behrens2012-05-313-1/+17
|/
* Merge "Move queue_get_for() from db to rpc."Jenkins2012-05-311-0/+5
|\
| * Move queue_get_for() from db to rpc.Russell Bryant2012-05-301-0/+5
* | Merge "Fix the conf argument to get_connection_pool()."Jenkins2012-05-302-4/+4
|\ \ | |/ |/|
| * Fix the conf argument to get_connection_pool().Doug Hellmann2012-05-302-4/+4
* | Merge "New RPC tests, docstring fixes."Jenkins2012-05-301-1/+2
|\ \
| * | New RPC tests, docstring fixes.Eric Windisch2012-05-301-1/+2
| |/
* | Merge changes I17ca4b69,I9e6ec0d2Jenkins2012-05-304-11/+53
|\ \
| * | Remove nova.log usage from nova.rpc.Russell Bryant2012-05-263-3/+3
| * | Remove nova.context dependency from nova.rpcRussell Bryant2012-05-263-8/+50
* | | Merge "Localize rpc options to rpc code."Jenkins2012-05-302-0/+39
|\| |
| * | Localize rpc options to rpc code.Russell Bryant2012-05-252-0/+39
| |/
* / Grammar fixes.Matt Joyce2012-05-291-7/+8
|/
* add queue name argument to TopicConsumerDoug Hellmann2012-05-244-16/+70
* Merge "fixes bug 999206"Jenkins2012-05-231-1/+1
|\
| * fixes bug 999206Yun Mao2012-05-141-1/+1
* | Add base support for rpc API versioning.Russell Bryant2012-05-176-13/+294
* | Misused and not used config optionsZhongyue Luo2012-05-161-1/+1
* | Stop using nova.exception from nova.rpc.Russell Bryant2012-05-152-6/+29
* | Make use of openstack.common.jsonutils.Russell Bryant2012-05-151-3/+3
* | Alphabetize importsJoe Gordon2012-05-142-2/+2
|/
* pylint cleanupJoe Gordon2012-05-071-3/+0
* Use save_and_reraise_exception() from common.Russell Bryant2012-05-021-2/+3
* Merge "Use openstack.common.importutils."Jenkins2012-04-302-4/+4
|\
| * Use openstack.common.importutils.Russell Bryant2012-04-282-4/+4
* | Remove unnecessary return statementsJohannes Erdfelt2012-04-301-1/+0
|/
* Refactor nova.rpc config handling.Russell Bryant2012-04-256-213/+252
* Don't leak RPC connections on timeouts or other exceptionsChris Behrens2012-04-251-1/+6
* Set a more reasonable default RPC thread pool sizeJohannes Erdfelt2012-04-251-1/+1
* Log more information when sending notificationsJohannes Erdfelt2012-04-121-1/+2
* Merge "Add the serialization of exceptions for RPC calls."Jenkins2012-04-103-15/+87
|\
| * Add the serialization of exceptions for RPC calls.Alex Meade2012-04-063-15/+87
* | Improved localization testing.Yuriy Taraday2012-04-102-4/+4
* | Use thread local storage from openstack.common.Russell Bryant2012-04-041-1/+1
|/
* Remove nova.rpc.impl_carrot.Russell Bryant2012-04-021-684/+0