summaryrefslogtreecommitdiffstats
path: root/nova/rpc
Commit message (Expand)AuthorAgeFilesLines
* Remove AoE, Clean up volume codeVishvananda Ishaya2011-10-111-5/+4
* working on getting tests backSandy Walsh2011-09-121-1/+0
* kludge for kombu 1.1.3 memory transport bugChris Behrens2011-08-311-1/+11
* switched default to kombu per vishyChris Behrens2011-08-301-2/+2
* use kombu.connection.BrokerConnection vs kombu.connection.Connection so that ...Chris Behrens2011-08-301-1/+1
* logging change when rpc pool creates new connectionChris Behrens2011-08-302-2/+2
* pep8 fixChris Behrens2011-08-301-0/+2
* make default carrot again and delay the import in rpc/__init__.pyChris Behrens2011-08-301-8/+14
* restore old way FLAGS.rpc_backend worked.. no short name support for consist...Chris Behrens2011-08-301-10/+2
* remove unneeded connection= in carrot Consumer initChris Behrens2011-08-291-1/+0
* doc string cleanupChris Behrens2011-08-291-6/+23
* ditched rpc.create_consumer(conn) interface... instead you now do conn.create...Chris Behrens2011-08-293-48/+42
* carrot consumer thread fixChris Behrens2011-08-281-2/+2
* add carrot/kombu tests... small thread fix for kombuChris Behrens2011-08-284-13/+13
* fix test_rpc and kombu stuffChris Behrens2011-08-284-22/+64
* start to rework some consumer stuffChris Behrens2011-08-281-51/+76
* fix FALGS typoChris Behrens2011-08-271-1/+1
* Default rabbit max_retries to foreverChris Behrens2011-08-272-25/+38
* flag for kombu connection backoff on retriesChris Behrens2011-08-261-1/+1
* more fixesChris Behrens2011-08-261-3/+2
* more work done to restore original rpc interfaces.Chris Behrens2011-08-263-6/+306
* start of kombu implementation, keeping the same RPC interfacesChris Behrens2011-08-263-13/+452
* Added durable option for nova rabbit queuesMonsyne Dragon2011-08-121-3/+5
* Reorganize the code to satisfy review comments.Zed Shaw2011-07-293-0/+680