summaryrefslogtreecommitdiffstats
path: root/nova/rpc/amqp.py
Commit message (Expand)AuthorAgeFilesLines
* Use rpc from openstack-common.Russell Bryant2012-06-201-416/+0
* Don't deepcopy RpcContextChris Behrens2012-05-311-0/+6
* Merge changes I17ca4b69,I9e6ec0d2Jenkins2012-05-301-5/+4
|\
| * Remove nova.log usage from nova.rpc.Russell Bryant2012-05-261-1/+1
| * Remove nova.context dependency from nova.rpcRussell Bryant2012-05-261-4/+3
* | Grammar fixes.Matt Joyce2012-05-291-7/+8
|/
* add queue name argument to TopicConsumerDoug Hellmann2012-05-241-0/+3
* Add base support for rpc API versioning.Russell Bryant2012-05-171-8/+11
* Stop using nova.exception from nova.rpc.Russell Bryant2012-05-151-3/+1
* Use save_and_reraise_exception() from common.Russell Bryant2012-05-021-2/+3
* Remove unnecessary return statementsJohannes Erdfelt2012-04-301-1/+0
* Refactor nova.rpc config handling.Russell Bryant2012-04-251-38/+55
* Don't leak RPC connections on timeouts or other exceptionsChris Behrens2012-04-251-1/+6
* Log more information when sending notificationsJohannes Erdfelt2012-04-121-1/+2
* Merge "Add the serialization of exceptions for RPC calls."Jenkins2012-04-101-7/+4
|\
| * Add the serialization of exceptions for RPC calls.Alex Meade2012-04-061-7/+4
* | Use thread local storage from openstack.common.Russell Bryant2012-04-041-1/+1
|/
* Strip auth token from log output.Russell Bryant2012-03-211-1/+1
* Keep context for logging intact in greenthreadsVishvananda Ishaya2012-03-151-1/+1
* HACKING fixes, all but sqlalchemy.Yuriy Taraday2012-03-071-1/+3
* Don't store connection pool in RpcContext.Russell Bryant2012-02-211-11/+12
* Core modifications for future zones service.Chris Behrens2012-02-161-2/+20
* Move connection pool back into impl_kombu/qpid.Russell Bryant2012-02-081-38/+38
* Don't block forever for rpc.(multi)call response.Russell Bryant2012-02-021-6/+7
* Clear out RPC connection pool before exit.Russell Bryant2012-01-311-0/+9
* Fixes bug 914418Monsyne Dragon2012-01-261-1/+1
* Add support for Qpid to nova.rpc.Russell Bryant2012-01-241-0/+355
* start of kombu implementation, keeping the same RPC interfacesChris Behrens2011-08-261-593/+0
* Added durable option for nova rabbit queuesMonsyne Dragon2011-08-121-3/+5
* Reorganize the code to satisfy review comments.Zed Shaw2011-07-291-0/+591